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.
记忆与知识 分类下的更多 MCP 服务器
Notion MCP Server
makenotionOfficial Notion MCP Server
📓 GistPad MCP
lostintangent📓 An MCP server for managing your personal knowledge, daily notes, and re-usable prompts via GitHub Gists
Mcp Knowledge Graph
shanehollomanMCP server enabling persistent memory for Claude through a local knowledge graph - fork focused on local development
JupyterMCP - Jupyter Notebook Model Context Protocol Integration
jjsantos01A Model Context Protocol (MCP) for Jupyter Notebook

Dash Api Docs Mcp Server
KapeliMCP server for Dash, the macOS API documentation browser
评论