
beans-mcp
from its-dart
MCP server for Beans issue tracker
๐ฅ๐ฅ๐ฅโ VerifiedFreeQuick setup
Return to top
Run the server โ
bash
npx @selfagency/beans-mcp /path/to/workspace
Or with explicit flags:
bash
npx @selfagency/beans-mcp --workspace-root /path/to/workspace --cli-path beans --port 39173
CLI arguments โ
-
workspace-root(positional) or--workspace-root/--workspace -
--cli-path <path> -
--port <number> -
--log-dir <path> -
-h, --help
Workspace resolution order โ
-
Explicit CLI workspace argument
-
MCP roots from connected client
-
Current working directory
First commands to run from your MCP client โ
-
beans_init(optional, if workspace not initialized) -
beans_querywithoperation: refresh -
beans_viewon specific IDs
Copy & paste โ that's it
npx @selfagency/beans-mcp /path/to/workspaceGetting Started โ
Requirements โ
-
Node.js 18+
-
pnpm 10+
-
Beans CLI available in
PATH(or provide--cli-path)
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.
Licensed under MITโ you can use, modify, and redistribute it under that license's terms.
View the full license file on GitHub โ