Tools
Executable functions that AI can invoke to perform actions — like creating tasks, querying projects, or searching across your workspace.
Manage projects, create tasks, and search across your Beringin workspace from Claude Code, Cursor, VS Code, and other AI tools.
12+
AI coding tools supported
5
min setup
18
MCP tools available
MCP is like a USB-C port for AI applications. Just as USB-C provides a standardized way to connect devices, MCP provides a standardized way to connect AI tools to external systems like Beringin AI.
You
Natural language prompt
AI Coding Tool
Claude Code · Cursor · VS Code · Windsurf · +8 more
Beringin MCP Server
6
Global
10
Project
2
Write
Beringin DB
Your projects, tasks, and data
Executable functions that AI can invoke to perform actions — like creating tasks, querying projects, or searching across your workspace.
Data sources that provide contextual information to AI — like project details, task lists, and team member information.
Reusable templates that help structure AI interactions — like system prompts and few-shot examples.
Uses HTTP with optional streaming for remote server communication. Best for teams and multi-device workflows.
Beringin AI's MCP server works with any spec-compliant client. Here are the most popular ones:
| Tool | Config File | Root Key | Transports | Status |
|---|---|---|---|---|
Claude Code | .mcp.json | mcpServers | stdio, HTTP | Verified |
Claude Desktop | claude_desktop_config.json | mcpServers | stdio | Verified |
Cursor | .cursor/mcp.json | mcpServers | stdio, HTTP | Verified |
OpenCode | opencode.json | mcpServers | stdio, HTTP | Verified |
VS Code + CopilotDifferent root key | .vscode/mcp.json | servers | stdio, HTTP | Verified |
Windsurf | mcp_config.json | mcpServers | stdio, HTTP | Verified |
Cline | cline_mcp_settings.json | mcpServers | stdio, SSE | Verified |
Continue.devYAML format | .continue/config.yaml | mcpServers | stdio, HTTP | Verified |
ZedDifferent root key | settings.json | context_servers | stdio, HTTP | Verified |
JetBrains IDEs | Settings UI | GUI | stdio, HTTP | Verified |
Amazon Q | .amazonq/default.json | structured | stdio, HTTP | Verified |
Gemini CLI | Native | - | stdio, HTTP | Verified |
.mcp.jsonmcpServersclaude_desktop_config.jsonmcpServers.cursor/mcp.jsonmcpServersopencode.jsonmcpServers.vscode/mcp.jsonserversmcp_config.jsonmcpServerscline_mcp_settings.jsonmcpServers.continue/config.yamlmcpServerssettings.jsoncontext_serversSettings UIGUI.amazonq/default.jsonstructuredNative-18 tools available via MCP, organized by scope. All tools respect your existing project permissions.
get_user_profileGet your profile information (name, email, tier, organizations)
"What's my profile?"
list_my_projectsList all projects you have access to
"List my projects"
get_project_summaryGet a summary of a specific project
"Show summary of Website Redesign"
find_tasks_across_projectsSearch tasks across all projects
"Find tasks about login"
get_overdue_tasksFind overdue tasks across projects
"What tasks are overdue?"
compare_projectsCompare metrics between projects
"Compare Project A and B"
list_project_tasksList tasks in a specific project
"Show tasks in Mobile App"
get_task_detailsGet detailed task information
"Get details of task Fix login"
list_card_tablesList Kanban boards
"List Kanban boards"
get_card_table_detailsGet board details with cards
"Show Sprint 1 board"
list_schedule_eventsList upcoming calendar events
"What's on the schedule?"
list_team_chatsList team chat channels
"List team chat channels"
get_team_chat_messagesGet chat messages
"Show recent chat messages"
find_project_itemsSearch within a project
"Search for auth in project"
summarize_project_updatesSummarize recent activity
"Summarize recent activity"
list_project_membersList team members
"Who's in this project?"
create_project_taskCreate a new task (name-based assignment)
"Create task Fix bug assigned to Budi"
update_project_taskUpdate an existing task
"Update task Fix bug to In Progress"
Beringin AI connects to your coding tool via Remote (HTTP). Follow these steps — most setups take less than 5 minutes.
Copy the config snippet for your tool below. Beringin uses OAuth — no API token needed.
{
"mcpServers": {
"beringin": {
"url": "http://localhost:3005/api/mcp"
}
}
}Remote connection — works from any computer
Connections use OAuth2 — no long-lived tokens to leak. You authorize each tool through Beringin's login.
Here's what you can ask your AI tool once connected:
| Say This in Your AI Tool | What Happens in Beringin |
|---|---|
"List my projects" | Shows all your Beringin projects with status and stats |
"Show tasks in Website Redesign" | Lists all tasks in the specified project |
"Create task Fix login bug assigned to Budi" | Creates a new task with name-based assignment |
"What tasks are overdue?" | Checks overdue tasks across all your projects |
"Compare Website Redesign and Mobile App" | Side-by-side comparison of project metrics |
"Search for authentication tasks" | Full-text search across all projects |
"Summarize recent activity in Mobile App" | AI-generated summary of recent changes |
"Update task Fix login to In Progress" | Changes task status |
"List my projects"
Shows all your Beringin projects with status and stats
"Show tasks in Website Redesign"
Lists all tasks in the specified project
"Create task Fix login bug assigned to Budi"
Creates a new task with name-based assignment
"What tasks are overdue?"
Checks overdue tasks across all your projects
"Compare Website Redesign and Mobile App"
Side-by-side comparison of project metrics
"Search for authentication tasks"
Full-text search across all projects
"Summarize recent activity in Mobile App"
AI-generated summary of recent changes
"Update task Fix login to In Progress"
Changes task status
Here's how we keep your Beringin workspace safe:
Connections use OAuth2 — no long-lived tokens to leak. You authorize each tool through Beringin's login.
Disconnect any tool instantly from Settings > Connected Apps. Access is immediately cut off.
All MCP actions are logged with timestamps. Review who did what and when.
Tools only see projects you have access to. No admin access = no admin tools.
Remote connections use HTTPS with TLS encryption end to end.
Grant read-only access for monitoring, or read-write for full control.
| Role | Read (15 tools) | Write (2 tools) | Admin (delete) |
|---|---|---|---|
| Viewer | |||
| Editor | |||
| Admin | |||
| Owner |
Viewer
Editor
Admin
Owner
Common issues and how to fix them: