Skip to main content
Glama

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 を参照。

A
license - permissive license
Not graded
quality - not tested
A
maintenance

Maintenance

Maintainers
Response time
0dRelease cycle
2Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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