Cloud Analyzer
A server for analyzing cloud infrastructure and services, with local testing support via Localstack.
Local usage:
- Run Localstack in docker container:
docker run --rm -it -p 4566:4566 -p 4571:4571 localstack/localstack - Create dummy data (buckets + objects)
- Run MCP server:
mcp dev full/path/to/mcp-server/s3/server.py
Github mcp
- Local mcp server using node package:
{ "mcpServers": { "github": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-github" ] } } }
- esto usa stdio?
- como resuelve la autenticacion?
- así como está no se autentica, solo accede a repos publicos, habria que ver cómo pasarle un auth token en los args
- parece ser otro server que el oficial de github, xq tiene menos tools
- Local using docker image: { "mcpServers": { "github-mcp-server": { "command": "docker", "args": [ "run", "-i", "--rm", "-e", "GITHUB_PERSONAL_ACCESS_TOKEN", "ghcr.io/github/github-mcp-server" ], "env": { "GITHUB_PERSONAL_ACCESS_TOKEN": "lll" } } } }
- esto usa stdio?
- se deberia agregar el oauth flow antes para obtener el GITHUB_PERSONAL_ACCESS_TOKEN
- Remote mcp server using npx and passing github PAT: { "mcpServers": { "github-remote-server": { "command": "npx", "args": [ "mcp-remote", "https://api.githubcopilot.com/mcp/", "--header", "Authorization: Bearer GITHUB_PERSONAL_ACCESS_TOKEN" ], "disabled": false } } }
-
esto usa sse?
-
sin el authorization tira 401 (no se autentica al server), porque la opción 1 sí?
- porque es local, no necesita autenticarse al server, aunque sin el token despues no puede acceder a repos privados
-
se puede hacer con oauth? probar en vscode
- done
-
Probar corriendo los server con agente ClientSession (en vez de cascade), y listar las tools
- done
-
como sería la auth en este caso? se puede integrar OAuth?
- done
Related Servers
Workday by CData
A read-only server for querying live Workday data using LLMs, powered by the CData JDBC Driver.
Chronicle SecOps
Interact with Google's Chronicle Security Operations suite.
Cloudflare MCP Server
Deploy a remote, authentication-free MCP server on Cloudflare Workers.
KiotViet SDK
Access the KiotViet API, a popular sales and inventory management platform. Manage products, categories, customers, and orders with automatic authentication.
AWS MCP Server
Execute AWS CLI commands through the Model Context Protocol (MCP). Requires AWS credentials configured on the host.
SmarterMCP
Business-grade MCP server that emits real operational events and metrics to power decision dashboards, pilots, and automated business systems across any cloud
CData Paylocity MCP Server
A read-only MCP server by CData that enables LLMs to query live data from Paylocity.
Beyond Menu Salesforce MCP
Integrate with Salesforce to perform actions like testing connections and running queries.
Replicate Designer
Generate images using Replicate's Flux 1.1 Pro model.
Remote MCP Server on Cloudflare
A remote MCP server for Cloudflare Workers with OAuth login support, using Cloudflare KV for data storage.