Skip to main content
Glama

Capacities MCP Server

by jem-computer
package.json1.25 kB
{ "name": "capacities-mcp", "version": "1.0.1", "main": "dist/server.js", "bin": { "capacities-mcp": "dist/server.js" }, "scripts": { "build": "tsc", "prepublishOnly": "bun run build", "start": "tsx src/server.ts", "dev": "fastmcp dev src/server.ts", "inspect": "fastmcp inspect src/server.ts", "lint": "biome check . && tsc --noEmit", "test": "bun test", "format": "biome check --write ." }, "keywords": ["fastmcp", "mcp", "capacities"], "repository": { "url": "git+https://github.com/jemgold/capacities-mcp.git" }, "author": "Jem Gold <591643+jemgold@users.noreply.github.com>", "homepage": "https://github.com/jemgold/capacities-mcp", "type": "module", "license": "MIT", "description": "A MCP server for Capacities", "dependencies": { "fastmcp": "^1.27.3", "zod": "^3.24.4" }, "release": { "branches": ["main"], "plugins": [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", "@semantic-release/npm", "@semantic-release/github" ] }, "devDependencies": { "@biomejs/biome": "^1.9.4", "@tsconfig/node22": "^22.0.1", "@types/node": "^22.15.30", "jiti": "^2.4.2", "semantic-release": "^24.2.3", "tsx": "^4.19.4", "typescript": "^5.8.3" } }

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/jem-computer/capacities-mcp'

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