Skip to main content
Glama
grzetich

AI Developer Tools MCP Server

by grzetich
package.json710 B
{ "name": "ai-developer-tools-mcp", "version": "1.0.0", "description": "Educational MCP server demonstrating how to expose AI developer tool intelligence through the Model Context Protocol", "main": "src/index.js", "type": "module", "scripts": { "start": "node src/index.js", "dev": "node --watch src/index.js", "test": "node test/test-tools.js" }, "keywords": [ "mcp", "model-context-protocol", "ai", "developer-tools", "claude", "anthropic" ], "author": "Ed Grzetich", "license": "MIT", "engines": { "node": ">=18.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0" }, "devDependencies": { "dotenv": "^16.3.1" } }

Latest Blog Posts

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/grzetich/ai-developer-tools-mcp'

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