Skip to main content
Glama

MCP Complete Implementation Guide

by saksham0712
mcp-config.json•459 B
{ "server": { "name": "custom-mcp-server", "version": "1.0.0", "transport": "stdio", "http": { "port": 3000, "host": "0.0.0.0" } }, "security": { "allowExecuteCommand": false, "allowedFileExtensions": [ ".txt", ".md", ".json", ".js", ".py" ], "allowedDomains": [ "localhost", "127.0.0.1" ] }, "logging": { "level": "info", "format": "json" } }

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