mcp-glama-demo

by dotku
Integrations
  • Provides filesystem access capabilities, allowing the MCP server to read from and serve files from specified directory paths on the local system.

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
-
security - not tested
F
license - not found
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

mcp-glama-demo

  1. Todo

    Related MCP Servers

    View all related MCP servers

    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