21 hours ago
MCP server that exposes 70 tools spanning cognitive memory, working memory, sessions, agents, the L0–L3 knowledge hierarchy, orchestration tasks, and training pipelines. The server speaks stdio and is consumed by Claude Desktop, Claude Code, OpenCodex, and any MCP-aware client.
Server Config
{
"mcpServers": {
"frinus": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"frinus-mcp@latest"
],
"env": {
"FRINUS_API_KEY": "<YOUR_API_KEY>"
}
}
}
}