We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mmorris35/devplan-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
wrangler.toml•554 B
name = "devplan-mcp-server"
main = "src/index.ts"
compatibility_date = "2024-12-01"
compatibility_flags = ["nodejs_compat"]
# Feature flags and configuration
[vars]
AUTH_ENABLED = "false" # Set to "true" to require API keys
FREE_TIER_LIMIT = "100" # Requests per month for free tier
# KV namespace for API keys and usage tracking
[[kv_namespaces]]
binding = "DEVPLAN_KV"
id = "e54b4971273c4ce19ddee2e47a6e50af"
[[durable_objects.bindings]]
name = "MCP_OBJECT"
class_name = "DevPlanMCP"
[[migrations]]
tag = "v1"
new_sqlite_classes = ["DevPlanMCP"]