idea-base-mcp-server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@idea-base-mcp-serverList my projects"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@idea-base/mcp-server
MCP (Model Context Protocol) server for IDEA Base — AI-powered project management. Manage projects, tasks, and time tracking directly from Claude Code, Cursor, or any MCP-compatible AI tool.
Quick Setup
1. Get your API key
Sign in to IDEA Base, go to Settings > API Keys, and create a key.
2. Add to your MCP config
Claude Code (~/.claude/claude_desktop_config.json):
{
"mcpServers": {
"idea-base": {
"command": "npx",
"args": ["-y", "@idea-base/mcp-server"],
"env": {
"IDEA_BASE_API_KEY": "ib_your_api_key_here"
}
}
}
}Cursor (.cursor/mcp.json in your project):
{
"mcpServers": {
"idea-base": {
"command": "npx",
"args": ["-y", "@idea-base/mcp-server"],
"env": {
"IDEA_BASE_API_KEY": "ib_your_api_key_here"
}
}
}
}Or via Claude Code CLI:
claude mcp add idea-base -- npx -y @idea-base/mcp-server \
--env IDEA_BASE_API_KEY=ib_your_api_key_here3. Start using it
Ask Claude to manage your projects:
"List my projects"
"Create a task in project 1: Implement login page"
"Log 2 hours on task 42 — built the auth flow"
"What tasks are in progress?"
Related MCP server: wootech-jira-mcp
Available Tools
Projects
Tool | Description |
| List all projects with task counts and progress |
| Get project details and statistics |
| Create a new project or sub-project |
| Update project name, description, or status |
Tasks
Tool | Description |
| List tasks for a project (filter by status) |
| Get task details, acceptance criteria, and time entries |
| Create a task with title, description, estimate |
| Update task details |
| Change task status (todo/in_progress/done) |
| Search tasks across all projects |
| Create + complete + log time in one step |
Time Tracking
Tool | Description |
| Log time against a task with notes |
| Mark yourself as actively working on a task (surfaces the saved resume context + recent work notes so a cold session re-orients) |
| Stop active work on a task (optionally capture a |
Activity & Audit Trail
For AI agents, these leave a durable trail of what was done and why on each task — so a future session (or a human reviewer) can see the reasoning, not just the final state.
Tool | Description |
| Append a timestamped progress note to a task's activity log (append-only journal) |
| Add a comment to a task's discussion thread (customer-visible by default) |
| Overwrite the task's pinned "where I left off" block, read first on |
Products
Tool | Description |
| List products (top-level containers) |
| Get product details with linked projects |
| Create a new product |
| Link a project to a product |
Environment Variables
Variable | Required | Description |
| Yes | Your API key from Settings > API Keys |
| No | Custom API URL (default: |
Real-time Notifications
When you use the MCP server to update tasks or log time, changes are broadcast to all connected users. Team members viewing the project in their browser see live toast notifications — when Claude updates a task, everyone sees it immediately.
Security
All data access is scoped to your account via API key
API keys support read/write permissions
No data is stored locally — all operations go through the IDEA Base API
Cross-account access is blocked server-side
Rate limited per API key
Development
# Run the server directly
IDEA_BASE_API_KEY=your_key npm start
# Watch mode
IDEA_BASE_API_KEY=your_key npm run devLicense
MIT - IDEA Management LLC
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/IDEAManagement/idea-base-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server