Skip to main content
Glama
package.json1.04 kB
{ "name": "@councly/mcp", "version": "0.1.0", "description": "MCP server for Councly - Multi-LLM Council Hearings", "main": "dist/index.js", "bin": { "councly-mcp": "dist/index.js" }, "types": "dist/index.d.ts", "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/index.js", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "councly", "llm", "ai", "council", "debate" ], "author": "Councly", "license": "Apache-2.0", "repository": { "type": "git", "url": "git+https://github.com/slmnsrf/councly-mcp.git" }, "bugs": { "url": "https://github.com/slmnsrf/councly-mcp/issues" }, "homepage": "https://councly.ai", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "zod": "^3.23.0" }, "devDependencies": { "@types/node": "^20.10.0", "typescript": "^5.3.0" }, "engines": { "node": ">=18.0.0" } }

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/slmnsrf/councly-mcp'

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