cosense-mcp-server
Cosense MCP サーバー
Cosense用の MCP サーバー。
ツール
Cosense ページを操作するために、次のツールが利用できます。
get_page: 指定されたタイトルのページを取得しますlist_pages: リソース内の利用可能なページを一覧表示しますsearch_pages: 指定されたクエリ文字列を含むページを検索しますinsert_lines: ページ内の指定された行の後にテキストを挿入します
Related MCP server: MCP Tool
MCP クライアント構成
次の環境変数が必要です。
COSENSE_PROJECT_NAME: プロジェクト名COSENSE_SID: 認証用のセッションIDページへの書き込みとプライベートページの読み取りに必要
機密情報が含まれているため、慎重に取り扱ってください
詳細については、 scrapboxlab/connect.sid を参照してください。
npmレジストリから実行
JSRレジストリ構成
このパッケージは、JSRでホストされている@cosense/stdと@cosense/typesに依存しています。npxを使用する前に、JSRレジストリをグローバルに設定する必要があります。
Linux/macOSの場合:
echo "@jsr:registry=https://npm.jsr.io" >> ~/.npmrcWindows (PowerShell) の場合:
echo "@jsr:registry=https://npm.jsr.io" >> $env:USERPROFILE\.npmrcまたは、グローバル設定を変更したくない場合は、代わりにソースから実行します(以下のセクションを参照)。
クライアントのJSON構成
JSR レジストリを構成したら、MCP クライアントを構成します。
{
"mcpServers": {
"cosense-mcp-server": {
"command": "npx",
"args": ["-y", "@yosider/cosense-mcp-server"],
"env": {
"COSENSE_PROJECT_NAME": "your_project_name",
"COSENSE_SID": "your_sid"
}
}
}
}ソースから実行
クローンとビルド
git clone https://github.com/yosider/cosense-mcp-server.git
cd cosense-mcp-server
npm install
npm run buildクライアントのJSON構成
{
"mcpServers": {
"cosense-mcp-server": {
"command": "npx",
"args": ["-y", "/path/to/cosense-mcp-server"],
"env": {
"COSENSE_PROJECT_NAME": "your_project_name",
"COSENSE_SID": "your_sid"
}
}
}
}デバッグ
MCPサーバーはstdio経由で通信するため、デバッグが困難になる場合があります。パッケージスクリプトとして提供されているMCP Inspectorの使用をお勧めします。
npm run inspectインスペクターは、ブラウザでデバッグ ツールにアクセスするための URL を提供します。
謝辞
このプロジェクトはfunwarioisii/cosense-mcp-serverからフォークされました。
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
- FlicenseBqualityDmaintenanceAn MCP server that allows Claude to access pages from Cosense projects, supporting both public and private projects with optional SID authentication.21
- FlicenseDqualityDmaintenanceA server built on mcp-framework that enables integration with Claude Desktop through the Model Context Protocol.11
- AlicenseAqualityDmaintenanceAn MCP server that bridges Claude Desktop and Claude Code by letting Desktop read and interact with Claude Code Remote Control sessions, enabling cross-agent coordination.63MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that allows Claude Desktop to remotely control Claude Code instances for executing commands and managing files.61GPL 3.0
Related MCP Connectors
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
MCP server for generating rough-draft project plans from natural-language prompts.
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Appeared in Searches
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/yosider/cosense-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server