boardagent-mcp
BoardAgent
あなたのコンピュータ上で動作するタスクマネージャー — あなたとAIエージェントのための。 ターミナルUI、REST API、MCPサーバー。無料、ローカル、クラウド不要。
インストール (Windows)
ビルド済みのexeが必要です。 入手方法は2つあります:
オプションA — リリースバイナリを使用(最も簡単):
GitHubから最新リリースをダウンロード → 解凍 → INSTALL.bat をダブルクリック。
これだけです。プログラムをコピーし、自動起動を設定し、ウォッチドッグをインストールし、アプリをPATHに追加します。
オプションB — 自分でビルド: Python 3.10+ が必要です。
pip install -e . # installs the 3 CLI commands
python scripts/build_exes.py # builds boardagent.exe, boardagent-server.exe, boardagent-mcp.exe into dist/次に INSTALL.bat を実行します。
Related MCP server: pith
実行
Windows(INSTALL.bat実行後): boardagent.exe をダブルクリック(またはターミナルで boardagent と入力)。バックグラウンドサーバーはログオン時に自動起動します。
どこでも(ソースから):
boardagent-server # terminal 1 — the background service
boardagent # terminal 2 — the task board UI初回のヒント:
cでタスク作成、aでAIモード、qで終了。完全キーボードファースト:矢印で移動、スペースで選択/開く、Enterでアクティブ化。
設定タブ:テーマ、不透明度、APIキー、キーバインド。
AIエージェントにボードを使わせる
MCPホスト(Claude Desktop、Cursor、Hermes)を boardagent-mcp に向けます:
{
"mcpServers": {
"boardagent": { "command": "C:\\path\\to\\boardagent-mcp.exe" }
}
}その他の用途には、設定 → APIキー でAPIキーを作成します。
仕組み
REST API — 信頼できる情報源、
http://127.0.0.1:7373。MCPサーバー — 同じサービスレイヤー上の薄いアダプター。
Textual TUI — 表示されるアプリ。localhost経由でサービスと通信。
データは
~/.boardagent/boardagent.db(SQLite)に保存されます。すべてローカル。
ドキュメント
人間向け:
docs/human/— イントロ、MCP設定、テーマ、パッケージング。AIエージェント向け:
docs/agent/— トークン最適化されたREST + MCPリファレンス。エンジニアリング上の決定:
DECISIONS.md。
開発
python -m pytest
python scripts/generate_agent_docs.py # needs the server running
python scripts/build_exes.py # Windows exes into dist/ライセンス
MIT — LICENSE を参照。
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.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceMCP server for the Google Tasks API that enables AI agents to read, create, update, delete, and manage Google Tasks.280MIT
- AlicenseNot gradedqualityCmaintenanceMCP server for task management that enables AI agents to read, create, update tasks, and track work sessions, allowing agents and humans to collaborate on the same task board.27MIT
- FlicenseNot gradedqualityCmaintenanceExposes task management (add, list, complete tasks) and document search (RAG) as MCP tools for AI agents.
- FlicenseAqualityCmaintenanceMCP server enabling AI agents to create, update, search, assign, and complete tasks on TaskLogger.io via the TaskLogger REST API, with secure local credential management and token persistence.17
Related MCP Connectors
Project management MCP for AI agents with safe task reads and writes.
Private-by-default, local-first memory/context/task orchestrator for MCP apps and agents.
Shared, governed long-term memory for AI agents across tools and sessions via MCP and REST.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/0xAngel-Sec/boardagent'
If you have feedback or need assistance with the MCP directory API, please join our Discord server