Frinus
@frinus-ai
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.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"frinus": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"frinus-mcp@latest"
],
"env": {
"FRINUS_API_KEY": "<YOUR_API_KEY>"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
「メモリとナレッジ」の他のコンテンツ
Jupyter Notebook MCP Server (for Cursor)
jbenoModel Context Protocol (MCP) server designed to allow AI agents within Cursor to interact with Jupyter Notebook (.ipynb) files
Context Portal MCP (ConPort)
GreatScottyMacContext Portal (ConPort): A memory bank MCP server building a project-specific knowledge graph to supercharge AI assistants. Enables powerful Retrieval Augmented Generation (RAG) for context-aware development in your IDE.
mcp-local-rag
nkapila6"primitive" RAG-like web search model context protocol (MCP) server that runs locally. ✨ no APIs ✨
MemoryMesh
CheMiguel23A knowledge graph server that uses the Model Context Protocol (MCP) to provide structured memory persistence for AI models.

Memory
modelcontextprotocolModel Context Protocol Servers
コメント