Connect Claude Code to Axiomry using Model Context Protocol for seamless AI-powered task management
Security Notice
Only connect to your development/staging Axiomry instances. Never use production access tokens with AI tools. Always review AI-generated changes before applying.
Get up and running with Axiomry MCP integration in Claude Code in 3 simple steps.
Go to Settings → MCP Server Access in your Axiomry dashboard and create a new access token
Follow the configuration instructions below to set up MCP in Claude Code
Add the following to your Claude Code MCP config file, then replace YOUR_API_KEY_HERE with your access token. Create Access Token.
Config file location
macOS / Linux: ~/.claude.json (user scope) or .mcp.json in your project root (project scope)
Windows: ~/.claude.json (user scope) or .mcp.json in your project root (project scope)
Quick install (CLI)
claude mcp add --transport http axiomry https://axiomry.com/api/mcp --header "Authorization: Bearer YOUR_API_KEY_HERE"{
"mcpServers": {
"axiomry": {
"type": "http",
"url": "https://axiomry.com/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY_HERE"
}
}
}
}Installation Steps
Save the file and restart Claude Code. The Axiomry tools will then be available to your AI assistant.
Try these natural language commands with Claude Code to manage your Axiomry tasks.
"What projects do I have in Axiomry?"
Shows all your projects with current status
"Show me available tasks I can work on project X"
Lists unblocked tasks ready to begin for a specific project
"Create a new task for implementing feature X"
Creates a new task in your project
"Mark the database migration task as complete"
Updates task status and unblocks dependent tasks
"What's the current status of my project?"
Shows project overview with task completion status
"Show me tasks that are blocked by others"
Lists tasks waiting for dependencies to complete
Discover all the MCP tools available in Axiomry and learn how to use them effectively.
View Supported Tools →