About
Resursion — Model Context Protocol server
README
这是一个本地 stdio MCP server,用于通过下面的接口解析 ID Factory handle 记录:
GitHub 仓库:https://github.com/0Freesky0/resursion-mcp-server
http://bj.resolve.idfactory.cn:8081/{handle}
8081 端口后面的内容是动态变化的。例如,88.111.1 和 88.111.1/111 都可以作为 handle 输入。
工具
resolve_handle
解析一个动态 handle 路径。
输入:
{
"handle": "88.111.1/111"
}
工具会请求:
GET http://bj.resolve.idfactory.cn:8081/88.111.1/111
返回内容包括格式化后的文本 JSON,以及 MCP structured content,方便客户端继续处理。
开发
安装依赖、运行测试、构建项目:
npm install
npm test
npm run build
直接运行 stdio server:
npm run build
node dist/index.js
MCP 客户端配置
构建完成后,可以在本地 stdio MCP 客户端中使用下面的配置:
{
"mcpServers": {
"resursion-mcp-server": {
"command": "node",
"args": [
"/Users/wsc-laptop/teleinfo-project/recursion-mcp/dist/index.js"
]
}
}
}
如果客户端会从当前项目目录执行命令,也可以使用开发模式:
{
"mcpServers": {
"resursion-mcp-server": {
"command": "npm",
"args": ["run", "dev"]
}
}
}
日常使用建议优先配置构建后的 dist/index.js。
Codex 安装
在 Codex 中添加这个 MCP server:
codex mcp add resursion-mcp-server -- npx -y github:0Freesky0/resursion-mcp-server
查看是否添加成功:
codex mcp list
通过 npx 使用
如果代码已经发布到 GitHub,可以直接使用 GitHub 仓库作为 npx 包来源:
npx -y github:0Freesky0/resursion-mcp-server
对应的 MCP 客户端配置可以写成:
{
"mcpServers": {
"resursion-mcp-server": {
"command": "npx",
"args": [
"-y",
"github:0Freesky0/resursion-mcp-server"
]
}
}
}
如果后续发布到 npm,并且包名仍为 resursion-mcp-server,则可以直接使用:
npx -y resursion-mcp-server
对应的 MCP 客户端配置:
{
"mcpServers": {
"resursion-mcp-server": {
"command": "npx",
"args": [
"-y",
"resursion-mcp-server"
]
}
}
}
当前包名和 npx 命令名统一为 resursion-mcp-server。
Installing Resursion
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/0Freesky0/resursion-mcp-serverFAQ
Is Resursion MCP free?
Yes, Resursion MCP is free — one-click install via Unyly at no cost.
Does Resursion need an API key?
No, Resursion runs without API keys or environment variables.
Is Resursion hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Resursion in Claude Desktop, Claude Code or Cursor?
Open Resursion on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Resursion with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
