Skip to main content
Glama
mifunedev

MCPServe

by mifunedev

📖 目录

Related MCP server: Shell Server

🛠️ 设置本地托管 MCP

## 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

🛠️ 设置 Docker 托管的 MCP

docker compose up --build

客户端 MCP 配置

如果您已在代码中配置了身份验证服务器端,则可以启用 API 标头。我发现这需要对 mcp 库设置进行一些代码更改。添加一个中间件属性。:/

{
  "terminal": {
    "transport": "sse",
    "url": "http://localhost:8005/sse",
    // "headers": {
    //     "x-api-key": "abcdef123456..."
    // }
  }
}

🚀 路线图

  • [ ] 🤖 即将推出...

如果您希望看到路线图中添加某个功能,请创建一个问题并开始讨论。

💡 问题

欢迎随时提交问题和改进请求。我们始终期待您的反馈和建议。

🤓 维护者

  • Ryan Eggleston - @ryaneggz

📜 许可证

本项目遵循MIT 许可证,开源。您可以随意使用、修改和分发代码。

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.

Maintenance

ActivityInactive
ResponsivenessNo issues

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

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    An MCP server that provides shell command execution and OpenAI Whisper transcription capabilities for audio files.
    1
    MIT

Latest Blog Posts

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