We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ahmedrowaihi/azure-mcp-fastmcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "@ahmedrowaihi/azure-mcp-fastmcp",
"version": "0.1.6",
"description": "Azure DevOps MCP Server for FastMCP integration",
"type": "module",
"bin": {
"azure-mcp-fastmcp": "./dist/main.js"
},
"devDependencies": {
"@types/bun": "latest",
"@valibot/to-json-schema": "^1.3.0",
"azure-devops-node-api": "^15.1.0",
"effect": "^3.16.11",
"fastmcp": "^3.8.2",
"sury": "^10.0.4",
"zod": "^3.25.67"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"scripts": {
"build": "bun build main.ts --target node --outdir dist --minify",
"dev": "bunx fastmcp inspect main.ts",
"start": "bun dist/main.js",
"prepublishOnly": "bun run build"
},
"publishConfig": {
"access": "public"
},
"files": [
"dist"
],
"dependencies": {}
}