PROJECT-M Developer Docs
MCP

MCP server integration

Project-M MCP is the tool gateway for applications and agents that need structured tool access.

MCP URL

https://mcp.itsmechinna.com

Example MCP client configuration

{
  "mcpServers": {
    "projectm": {
      "url": "https://mcp.itsmechinna.com",
      "headers": {
        "Authorization": "Bearer YOUR_PROJECT_M_API_KEY"
      }
    }
  }
}

Recommended usage

Use MCP for structured actions such as retrieving project metadata, running builder tools, attaching files, triggering automations, discovering available tools, and connecting AI agents to Project-M services.

Get your Project-M API key

Developers can sign in to the user dashboard, generate a Project-M API key, and connect their applications to Chinna AI, Project-M LLM, MCP tools, and builder services.