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