mcp-glama-demo
Provides filesystem access capabilities, allowing the MCP server to read from and serve files from specified directory paths on the local system.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-glama-demoadd a filesystem server for my project directory"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 filesystemoutput
{
"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.jsonsupport sse server
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure 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