la-caja-mcp
la-caja-mcp
访问和讨论 La Caja(上下文记忆)的 MCP 系统。 仓库 B:La Caja(仓库 A)的消费者。此仓库不触及记忆核心; 通过 API 与其通信,并将 Caja 暴露给代理。
内容
src/la_caja_mcp/protocolo.py— 代理-代理-人类讨论协议。 声明、干扰请求、带截止时间的轮次、人类裁决。 确定性和可重放(事件溯源,与 La Caja 相同的规则)。src/la_caja_mcp/mcp_server.py— MCP 服务器:讨论工具 + La Caja 记忆工具(仓库 A,通过 API 消费),单一工具集和两种传输方式(本地 stdio / 可流式 HTTP 远程)。tests/— 状态机的小型验证 + 通过 stdio 与真实 MCP 客户端的集成测试(讨论和记忆)。demo_debate.py— 以共识结束的讨论演示。smoke_http.py— 可流式 HTTP 传输的冒烟测试。worker/— 用于远程 MCP 的可移植 ASGI 主机(uvicorn + Dockerfile)。
Related MCP server: Arena MCP Server
MCP 服务器
单一工具集,两种传输方式:
# 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 <路径>(SQLite,La Caja 的事件溯源)或 LA_CAJA_DB 持久化;否则为纯内存模式。
MCP 传输(架构决策)
本地 =
stdio(代理将服务器作为子进程启动)。远程 = 可流式 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