Skip to main content
Glama

Basecamp MCP Server

package.json1 kB
{ "name": "basecamp-mcp", "description": "Model Context Protocol (MCP) server for Basecamp (projects, to-dos, messages) built with TypeScript.", "version": "1.0.0", "main": "build/basecamp-mcp.js", "type": "module", "scripts": { "build": "tsc", "start": "node build/basecamp-mcp.js", "dev": "tsc -w", "check": "tsc --noEmit" }, "keywords": [ "mcp", "model context protocol", "basecamp", "ai", "tools", "typescript", "vs code" ], "author": "Craig Shields", "engines": { "node": ">=18" }, "repository": { "type": "git", "url": "https://github.com/craigashields/basecamp-mcp.git" }, "bugs": { "url": "https://github.com/craigashields/basecamp-mcp/issues" }, "license": "ISC", "dependencies": { "@modelcontextprotocol/sdk": "^1.18.1", "turndown": "^7.2.1", "zod": "^3.25.76" }, "devDependencies": { "@types/node": "^24.5.2", "@types/turndown": "^5.0.5", "typescript": "^5.9.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/craigashields/basecamp-mcp'

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