Connect Kanteen to your AI coding agent in just a few minutes
Start by creating your first project board. This will be the central hub for all your tasks and workflows.
After signing up, navigate to the Boards page and click "Create New Board"
Set up your workflow by adding columns that match your process.
Common column examples:
Create an API token to securely connect your AI agent to Kanteen.
Click your name in the upper right corner
Select API Tokens
Click Generate New Token
Copy and save your token securely
Configure your AI coding agent to connect with Kanteen using MCP (Model Context Protocol).
Add the following configuration to your MCP settings:
Filename: ~/.cursor/mcp.json
{
"mcpServers": {
"kanteenai": {
"url": "https://www.kanteenai.com/api/mcp",
"headers": {
"Authorization": "Bearer <your_api_token_here>"
}
}
}
}Important: Replace <your_api_token_here> with the API token you generated in Step 3
You're all set! Now you can interact with your Kanteen board through your AI coding agent.
Try these commands with your AI agent:
"List all my boards"
"Show me the columns in my project board"
"Create a new card in the Todo column"
"Move the authentication card to Done"
Sign up now and connect your AI coding agent to Kanteen in minutes
Get Free Access