MCPServe
📖 Índice de contenidos
Related MCP server: Shell Server
🛠️ Configurar MCP alojado localmente
## Install uv (if you not using you late to party)
curl -LsSf https://astral.sh/uv/install.sh | sh
## Create virtual environemtn
uv venv
source .venv/bin/activate
## Install Dependencies
uv pip install -r requirements.txt
## Start localhost MCPServe
python main.py🛠️ Configurar MCP alojado en Docker
docker compose up --buildConfiguración de MCP del cliente
Si has configurado la autenticación del lado del servidor en tu código, puedes habilitar encabezados para la API. Esto requiere algunos cambios en la configuración de la biblioteca mcp. Se está añadiendo una propiedad de middleware. :/
{
"terminal": {
"transport": "sse",
"url": "http://localhost:8005/sse",
// "headers": {
// "x-api-key": "abcdef123456..."
// }
}
}🚀 Hoja de ruta
[ ] 🤖 Próximamente...
Crea un problema y comencemos una discusión si quieres ver una función agregada a la hoja de ruta.
💡 Problemas
No dude en enviarnos sus problemas y solicitudes de mejora. Siempre agradecemos sus comentarios y sugerencias.
🤓 Mantenedores
Ryan Eggleston-@ryaneggz
📜 Licencia
Este proyecto es de código abierto, bajo la licencia MIT . Puedes usar, modificar y distribuir el código como desees.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
A simple MCP server built with FastMCP and python
Remote MCP server for supportsheep: run AI interviews and manage support content for your blog.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAn MCP server that provides shell command execution and OpenAI Whisper transcription capabilities for audio files.1MIT
- FlicenseAqualityCmaintenanceA simple MCP server that exposes a terminal tool, allowing AI agents to execute shell commands.1-
- AlicenseCqualityCmaintenanceAn educational MCP server exposing shell command execution (PowerShell and sh) and a benign tool for learning about MCP tools, resources, and security risks like tool poisoning.33MIT
- FlicenseNot gradedqualityCmaintenanceSecure self-hosted remote MCP server with file and shell tools, protected by Cloudflare Tunnel and bearer-token auth.-
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mifunedev/mcp-sse'
If you have feedback or need assistance with the MCP directory API, please join our Discord server