Skip to main content
Glama

Twenty CRM MCP Server

by denisalmeida
config.js359 B
export const config = { name: "twenty-crm", version: "0.2.0", port: process.env.PORT || 3001, apiKey: process.env.TWENTY_API_KEY, baseUrl: process.env.TWENTY_BASE_URL || "https://twenty.ambienz.com.br/rest", }; export function validateConfig() { if (!config.apiKey) { throw new Error("TWENTY_API_KEY environment variable is required"); } }

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/denisalmeida/twenty-crm-mcp'

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