Skip to main content
Glama

Custom Context MCP Server

by jiliangmason
MIT License
nodemon.json313 B
{ "watch": ["src/**/*.ts"], "ext": "ts", "ignore": ["src/**/*.spec.ts", "build/"], "exec": "mcp-inspector node build/index.js", "events": { "restart": "tsc && chmod 755 build/index.js && echo 'Built TypeScript...'", "start": "tsc && chmod 755 build/index.js && echo 'Built TypeScript (initial)...'" } }

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/jiliangmason/custom-mcp-server'

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