Invoker MCP Server
⚡ Invoker MCP 服务器
让 AI 智能体能够以 .ivk 格式创建、运行和管理 HTTP 请求。
一个封装了 ivkjs 的 MCP (Model Context Protocol) 服务器,允许 AI 工具与 Invoker API 客户端进行交互。
安装
npm install -g invoker-mcp配置
Claude Desktop
添加到 ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"invoker": {
"command": "npx",
"args": ["invoker-mcp"]
}
}
}Claude Code
claude mcp add invoker -- npx invoker-mcp工具
工具 | 描述 |
| 扫描文件夹中的 .ivk 和 .md 文件 |
| 读取并解析 .ivk 文件 |
| 创建一个新的 .ivk 请求文件 |
| 执行请求(从文件或内联) |
| 列出所有带有变量的环境 |
| 设置环境变量 |
| 切换当前环境 |
| 创建一个新环境 |
| 构建静态文档站点 |
使用示例(在 AI 对话中)
"扫描我 ./invoker 下的 API 集合并发送登录请求"
AI 智能体将执行:
调用
invoker_list_collection,参数为folder_path: "./invoker"调用
invoker_send_request,参数为file_path: "./invoker/auth/login.ivk"将响应返回给你
许可证
MIT
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/doossee/invoker-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server