Skip to main content
Glama

Claude Code MCP

by auchenberg
package.json842 B
{ "name": "claude-code-mcp", "version": "1.0.0", "description": "Claude Code implementation as an MCP server", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "ts-node --esm src/index.ts", "test": "echo \"Error: no test specified\" && exit 1", "lint": "eslint src/**/*.ts" }, "keywords": [ "claude", "claude-code", "mcp", "modelcontextprotocol", "ai", "llm" ], "author": "", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/yourusername/claude-code-mcp.git" }, "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.6.1", "@types/node": "^22.13.9", "ts-node": "^10.9.2", "typescript": "^5.8.2", "zod": "^3.24.2" } }

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/auchenberg/claude-code-mcp'

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