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
Obsidian MCP Server
cyanheadsRead, write, search, and surgically edit Obsidian vault notes, tags, and frontmatter via MCP. STDIO or Streamable HTTP.
Memory Bank MCP Server
alioshrA Model Context Protocol (MCP) server implementation for remote memory bank management, inspired by Cline Memory Bank.

Dash Api Docs Mcp Server
KapeliMCP server for Dash, the macOS API documentation browser
Notion MCP Integration
danhilseA simple MCP integration that allows Claude to read and manage a personal Notion todo list
RAG Documentation MCP Server
hannesrudolphAn MCP server implementation that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.
Comments