kokkai-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@kokkai-mcp最近の生成AIに関する国会での発言を検索してください"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
kokkai-mcp
国会議事録検索・要約 MCP サーバー
国立国会図書館の国会会議録検索システム API を利用し、 発言検索・会議録取得・議事録要約を MCP ツールとして提供します。
機能
ツール | 説明 |
| キーワード・発言者・会議名・期間で発言を検索 |
| issueID を指定して会議録全体を取得 |
| 発言一覧を要約(brief / standard / detailed) |
| 会議録全体を取得して要約 |
Related MCP server: houan-mcp
セットアップ
1. 依存関係のインストール
npm install2. 環境変数の設定
cp .env.example .env
# .env を編集して ANTHROPIC_API_KEY を設定する必須の環境変数:
変数名 | 説明 |
| Anthropic Claude API キー(https://console.anthropic.com/ で取得) |
3. ビルド
npm run build4. Claude Desktop への登録
claude_desktop_config.json に以下を追加する:
{
"mcpServers": {
"kokkai-mcp": {
"command": "node",
"args": ["/path/to/kokkai-mcp/dist/server.js"],
"env": {
"ANTHROPIC_API_KEY": "your-api-key-here"
}
}
}
}開発
npm run dev # ホットリロード起動
npm test # テスト実行
npm run lint # Lint チェック
npm run build # ビルド使用例
発言検索
生成AIに関する最近の国会議論を検索してください。
→ search_speeches({ query: "生成AI", from: "2024-01-01", limit: 10 })会議録要約
issueID の会議録を要約してください。
→ summarize_meeting({ issueID: "...", mode: "standard" })アーキテクチャ
Node.js 20+ / TypeScript 5.x
MCP SDK (stdio transport)
Anthropic Claude API(claude-3-5-haiku デフォルト)
メモリキャッシュ(TTL: 発言 1 日、会議録・要約 7 日)
詳細は docs/architecture/ を参照してください。
ライセンス
本ソフトウェアの利用にあたっては、 国会会議録検索システム利用規約 に従うこと。
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.
Latest Blog Posts
- 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/harutomo51/kokkai-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server