Skip to main content
Glama

Custom Context MCP Server

by jiliangmason
MIT License
package.json1.27 kB
{ "name": "custom-context-mcp", "version": "1.0.0", "description": "", "main": "index.js", "type": "module", "bin": { "custom-context-mcp": "build/index.js" }, "scripts": { "dev": "pnpm build && mcp-inspector node build/index.js", "dev:watch": "concurrently \"nodemon\" \"browser-sync start --proxy localhost:6274 --files build/**/* --no-notify --port 3005 --reload-delay 1000\"", "build": "tsc && chmod 755 build/index.js", "check:types": "tsc --noEmit", "check:lint": "eslint . --ext .ts", "check": "pnpm run check:types && pnpm run check:lint", "start": "node build/index.js", "test": "node test-server.js", "test:samples": "pnpm build && node build/test-samples.js", "check-port": "node check-port.js" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@modelcontextprotocol/sdk": "^1.8.0", "fastmcp": "^3.9.0", "zod": "^3.24.2", "zod-to-json-schema": "^3.24.5" }, "devDependencies": { "@modelcontextprotocol/inspector": "^0.8.1", "@types/node": "^22.16.4", "browser-sync": "^3.0.4", "concurrently": "^9.1.2", "eslint": "^9.24.0", "globals": "^16.0.0", "nodemon": "^3.1.9", "ts-node": "^10.9.2", "typescript": "^5.8.3", "typescript-eslint": "^8.29.0" }, "files": [ "build" ] }

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