AmDital exposes a fully-typed MCP server giving AI assistants and agents direct access to your workspace data — projects, tasks, CRM, HR, and more. Currently 9 tools available.
What is MCP?
Understand the Model Context Protocol, why it matters, and how AmDital implements it.
Installation
Connect Claude Desktop, Cursor, Windsurf, VS Code, OpenAI Agents, or any custom client.
Authentication
Secure your MCP connection with an API key or workspace token.
{
"mcpServers": {
"amdital": {
"url": "https://api.amdital.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Add this to your MCP client config. See full install guide →