Frinus
@frinus-ai
About Frinus
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.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"frinus": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"frinus-mcp@latest"
],
"env": {
"FRINUS_API_KEY": "<YOUR_API_KEY>"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Frinus?
Frinus is an MCP server that bridges your MCP client (Claude Code, Cursor, Claude Desktop) with the Frinus platform (frinus.rdxsec.com.br), giving your agent long-term cognitive memory. It stores nothing locally and exposes 70 tools for memory, sessions, agents, knowledge hierarchy, orchestration, and training.
How to use Frinus?
You need a free Frinus account and an API key (sk-frinus-...). Add the server to your client via npx, setting the FRINUS_API_KEY environment variable. No installation is needed—npx fetches and runs the package on demand.
Key features of Frinus
- 70 MCP tools spanning memory, sessions, agents, and training.
- Cognitive long-term memory: episodic, semantic, procedural.
- Working memory with automatic eviction and TTL.
- Semantic search with attention weighting by task type.
- Stream capture pipeline that promotes items to permanent memory.
- Seven protocols (BOOT, CONSULT, PLAN, CAPTURE, LEARN, AUDIT, CLOSE).
- Built-in consolidation, conflict detection, and hierarchy management.
Use cases of Frinus
- Give Claude agent persistent memory across sessions without losing context.
- Store and retrieve project knowledge, decisions, and procedures.
- Capture ongoing work streams and automatically promote important learnings.
- Maintain structured hierarchies of memories (L0–L3).
- Orchestrate multi-step tasks with working state and session management.
FAQ from Frinus
What is Frinus MCP?
It is a bridge between your MCP client and the Frinus hosted platform (https://frinus.rdxsec.com.br), providing long-term cognitive memory for AI agents.
How do I get an API key?
Log in to your Frinus account, go to Settings → API Keys, and create a new key. It will look like sk-frinus-... and is shown only once.
Do I need a Frinus account?
Yes. Sign up at https://frinus.rdxsec.com.br. The Free plan (R$0) includes 100 memories and 20 queries per day, no credit card required.
Where are my memories stored?
All memories live on the Frinus platform (hosted SaaS). The server stores nothing locally—every tool call is forwarded over HTTPS.
What are the system requirements?
You need an MCP-aware client (e.g., Claude Code, Cursor, Claude Desktop) and a Frinus account with an API key. The server runs via npx, so Node.js must be installed.
More Memory & Knowledge MCP servers
🧠 Ultimate MCP Server
DicklesworthstoneComprehensive MCP server exposing dozens of capabilities to AI agents: multi-provider LLM delegation, browser automation, document processing, vector ops, and cognitive memory systems
MCP Apple Notes
RafalWilinskiTalk with your notes in Claude. RAG over your Apple Notes using Model Context Protocol.
JupyterMCP - Jupyter Notebook Model Context Protocol Integration
jjsantos01A Model Context Protocol (MCP) for Jupyter Notebook
Obsidian MCP Server
StevenStavrakisA simple MCP server for Obsidian
Zettelkasten MCP Server
entanglrA Model Context Protocol (MCP) server that implements the Zettelkasten knowledge management methodology, allowing you to create, link, explore and synthesize atomic notes through Claude and other MCP-compatible clients.
Comments