Skip to main content
Glama

Basecamp MCP Server

by stefanoverna
constants.ts566 B
/** * Shared constants for the Basecamp MCP server */ /** Maximum response size in characters to prevent overwhelming LLM context */ export const CHARACTER_LIMIT = 25000; /** Default number of items to return in paginated responses */ export const DEFAULT_LIMIT = 20; /** Maximum number of items allowed in a single request */ export const MAX_LIMIT = 100; /** Basecamp API base URL pattern */ export const BASECAMP_API_BASE = "https://3.basecampapi.com"; /** Basecamp web URL pattern for parsing */ export const BASECAMP_WEB_BASE = "https://3.basecamp.com";

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/stefanoverna/basecamp-mcp'

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