Skip to main content
Glama
IMPORTANT

このアプリケーションは現在開発中です。API呼び出しごとにブラウザが開くという既知の問題があります。

ベアMCPサーバー

Pythonアプリケーション GitHubライセンス事前コミット ラフ 鍛冶屋のバッジ

Bearメモ作成ソフトウェアと対話するための MCP サーバー。

インストール

Goose CLIの場合

Goose CLI で Bear 拡張機能を有効にするには、設定ファイル~/.config/goose/config.yamlを編集して次のエントリを追加します。

extensions: bear: name: Bear cmd: uvx args: [--from, git+https://github.com/jkawamoto/mcp-bear, mcp-bear] envs: { "BEAR_API_TOKEN": "<YOUR_TOKEN>" } enabled: true type: stdio

Gooseデスクトップ用

次の設定で新しい拡張機能を追加します。

  • タイプ: 標準IO

  • ID : クマ

  • 名前:ベア

  • 説明: Bearノート作成ソフトウェアとの対話

  • コマンド: uvx --from git+https://github.com/jkawamoto/mcp-bear mcp-bear

  • 環境変数: APIトークンをBEAR_API_TOKENに追加します

Goose Desktop で MCP サーバーを構成する方法の詳細については、 「拡張機能の使用 - MCP サーバー」ドキュメントを参照してください。

クロードデスクトップ向け

このサーバーを Claude Desktop 用に構成するには、 claude_desktop_config.jsonファイルのmcpServersの下に次のエントリを編集します。

{ "mcpServers": { "youtube-transcript": { "command": "uvx", "args": [ "--from", "git+https://github.com/jkawamoto/mcp-bear", "mcp-bear", "--token", "<YOUR_TOKEN>" ] } } }

編集後、アプリケーションを再起動してください。詳細については、 「Claudeデスクトップユーザー向け - モデルコンテキストプロトコル」を参照してください。

Smithery経由でインストール

Smithery経由で Claude Desktop 用の Bear MCP Server を自動的にインストールするには:

npx -y @smithery/cli install @jkawamoto/mcp-bear --client claude

Related MCP server: mcp-discord-chat MCP server

実施されたアクション

サーバーは以下のアクションをサポートしています。各アクションの詳細については、BearのX-callback-urlスキームのドキュメントを参照してください。

  • [x] /オープンノート

  • [x] /作成

  • [ ] /テキストを追加

  • [ ] /ファイルを追加

  • [x] /タグ

  • [x] /オープンタグ

  • [ ] /名前変更タグ

  • [ ] /タグを削除

  • [ ] /ごみ

  • [ ] /アーカイブ

  • [ ] /タグなし

  • [x] /todo

  • [x] /今日

  • [ ] /ロック済み

  • [x] /検索

  • [x] /grab-url

ライセンス

このアプリケーションはMITライセンスに基づいてライセンスされています。詳細については、 LICENSEファイルをご覧ください。

One-click Deploy
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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/jkawamoto/mcp-bear'

If you have feedback or need assistance with the MCP directory API, please join our Discord server