Skip to main content
Glama
dotku

mcp-glama-demo

by dotku

MCPマネージャー

# Add a new server
python mcpm.py add "filesystem npx -y @modelcontextprotocol/server-filesystem /path1 /path2"

# Update an existing server
python mcpm.py set "filesystem npx -y @modelcontextprotocol/server-filesystem /path3 /path4"

# List all servers
python mcpm.py ls

# Remove a server
python mcpm.py rm filesystem

出力

{
  "mcpServers": {
    "server_name": {
      "command": "command",
      "args": ["arg1", "arg2"]
    }
  }
}

ファイルは保存先Saved to: /Users/username/.mcpm/config.jsonます

藤堂

  • 出力パスを指定します。例: python mcpm.py add "filesystem npx -y @modelcontextprotocol/server-filesystem /path1 /path2" -o config.json

  • SSEサーバーをサポート

-
security - not tested
F
license - not found
-
quality - not tested

Resources

Looking for Admin?

Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.

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/dotku/mcp-samples'

If you have feedback or need assistance with the MCP directory API, please join our Discord server