JUHE API Marketplace
dotku avatar
MCP Server

mcp-glama-demo

mcp-glama-demo

1
GitHub Stars
8/23/2025
Last Updated
MCP Server Configuration
1{
2 "name": "server_name",
3 "command": "command",
4 "args": [
5 "arg1",
6 "arg2"
7 ]
8}
JSON8 lines

README Documentation

MCP Manager

# 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

output

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

file will be saved to Saved to: /Users/username/.mcpm/config.json

Todo

  • specifiy a output path eg python mcpm.py add "filesystem npx -y @modelcontextprotocol/server-filesystem /path1 /path2" -o config.json
  • support sse server

Quick Install

Quick Actions

Key Features

Model Context Protocol
Secure Communication
Real-time Updates
Open Source