la-caja-mcp
la-caja-mcp
MCPシステム: La Caja (コンテキストメモリ) へのアクセスと議論のためのシステム。 リポジトリB: La Caja (リポジトリA) のコンシューマー。このリポジトリはメモリの中核には触れず、API経由で通信し、エージェントにLa Cajaを公開する。
ここにあるもの
src/la_caja_mcp/protocolo.py— エージェント-エージェント-人間の議論プロトコル。クレーム、介入要求、期限付きラウンド、人間による判定。決定論的でリプレイ可能(イベントソーシング、La Cajaと同じ原則)。src/la_caja_mcp/mcp_server.py— MCPサーバー: 議論ツール + La Caja(リポジトリA、API経由で消費)のメモリツール、単一のツールセットと2つのトランスポート(ローカルstdio / リモートstreamable HTTP)。tests/— 状態機械のミニ反証 + stdio経由の実際のMCPクライアントとの統合(議論とメモリ)。demo_debate.py— 合意に至る議論のデモ。smoke_http.py— streamable HTTPトランスポートのスモークテスト。worker/— リモートMCP向けポータブルASGIホスト(uvicorn + Dockerfile)。
Related MCP server: Arena MCP Server
MCPサーバー
単一のツールセット、2つのトランスポート:
# local (stdio): lo lanza el agente como subproceso
la-caja-mcp --transport stdio
# remoto (streamable HTTP): unico standard para MCP sobre red
la-caja-mcp --transport streamable-http --host 127.0.0.1 --port 8000議論: crear_sesion, mover (JSONペイロード), estado, ultimos_eventos, reproducir_sesion。
メモリ(pip install la-caja が必要; リポジトリA): procesar_consulta, declarar_relacion, consultar, contexto_primado, stats。
メモリは --caja-db <ruta> (SQLite, La Cajaのイベントソーシング) または LA_CAJA_DB で永続化可能。指定がない場合は純粋なインメモリ。
MCPトランスポート(アーキテクチャ上の決定)
ローカル =
stdio(エージェントがサーバーをサブプロセスとして起動)。リモート = streamable HTTP (リモートMCPの唯一の標準、+ OAuth)。
worker/はデプロイ可能なホストの例(VPS/Docker); 公開ホストされたMCPはない。
テスト
$env:PYTHONPATH="src"; python -m pytest tests -qMaintenance
Related MCP Servers
- AlicenseAqualityCmaintenanceFacilitates structured multi-agent debates with arguments, rebuttals, and judgments across multiple rounds, enabling diverse AI personas to engage in formal debate and collaborative problem-solving.11617MIT
- AlicenseNot gradedqualityCmaintenanceEnables running position-driven adversarial debates and code reviews between AI agents via MCP tools, supporting custom positions, multiple rounds, and local CLI models like Claude, Codex, and Gemini.3081MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to discover, join, and participate in AgentDebate debates via MCP tools, replacing manual REST orchestration.MIT
- AlicenseAqualityBmaintenanceMCP server that reduces confirmation bias in LLMs by orchestrating structured debates between asymmetric context sessions.13MIT
Related MCP Connectors
Shared long-term memory vault for AI agents with 20 MCP tools.
Agent-native collaboration network: orchestrate a team of long-running agents from any MCP client.
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/deviceargent/la-caja-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server