Skip to main content
Glama

MCP Complete Implementation Guide

by saksham0712
claude_desktop_config.json•1.13 kB
{ "mcpServers": { "custom-mcp-server": { "command": "node", "args": ["server.js"], "cwd": ".", "env": { "NODE_ENV": "production" } }, "custom-mcp-server-python": { "command": "python", "args": ["server.py"], "cwd": ".", "env": { "PYTHONPATH": "." } } }, "globalShortcut": { "enabled": true, "key": "CmdOrCtrl+Shift+C" }, "tools": { "allowedCommands": [ "read_file", "write_file", "list_directory", "get_system_info", "execute_command", "fetch_url" ], "restrictions": { "execute_command": { "confirmationRequired": true, "allowedPaths": [ ".", "./scripts", "./temp" ] }, "write_file": { "confirmationRequired": false, "allowedExtensions": [ ".txt", ".md", ".json", ".js", ".py", ".html", ".css" ] } } }, "ui": { "theme": "dark", "showToolbar": true, "showStatusBar": true } }

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/saksham0712/MCP'

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