Beans MCP
@selfagency
关于 Beans MCP
MCP (Model Context Protocol) server for Beans issue tracker. Provides programmatic and CLI interfaces for AI-powered interactions with Beans workspaces.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"beans": {
"command": "npx",
"args": [
"-y",
"@selfagency/beans-mcp@latest",
"/path/to/your/repo"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Beans MCP?
Beans MCP is a Model Context Protocol server for the Beans issue tracker. It provides programmatic and CLI interfaces for AI-powered interactions with Beans workspaces, enabling AI assistants to read, create, update, and manage issue beans.
How to use Beans MCP?
Run npx @selfagency/beans-mcp /path/to/workspace from the command line. Optional parameters include --workspace-root, --cli-path, --port, and --log-dir. The server exposes 13 public MCP tools for interacting with beans.
Key features of Beans MCP
- Initializes, lists, views, and archives bean workspaces
- Creates and bulk-creates beans with parent support
- Updates bean metadata and body with concurrency control
- Supports bulk updates and batch delete operations
- Queries beans with filters, sort, and GraphQL passthrough
- Marks markdown checklist tasks complete automatically
Use cases of Beans MCP
- AI agents managing issue tracking workflows programmatically
- Batch creation or updating of related beans under a shared parent
- Automating closure or reopening of beans with cascading status on descendants
- Integrating Beans with VS Code via the companion extension
- Performing complex queries and generating Copilot instructions from workspace data
FAQ from Beans MCP
What version of Beans CLI is supported?
The server checks against Beans CLI version 0.4.2 at startup. If versions differ, a warning is printed to stderr but startup continues.
How does Beans MCP handle path validation?
All file and log operations validate paths to stay within the workspace or VS Code log directory. The .beans/ prefix is automatically stripped from input paths.
Are bulk operations atomic?
No. beans_bulk_create and beans_bulk_update are best-effort: each item is processed sequentially and failures are reported per-item in the result array.
Does closing a parent bean affect its children?
Yes. Closing a parent bean via beans_update with status completed or scrapped cascades the same status to all descendants.
Does Beans MCP cache query results?
Unfiltered list results are cached with a short burst TTL and a timestamp-probe refresh strategy. Mutation tools immediately invalidate the cache.
其他 分类下的更多 MCP 服务器
Codelf
unbugA search tool helps dev to solve the naming things problem.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Servers
modelcontextprotocolModel Context Protocol Servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
评论