ima-mcp
v1.0.0
Published
MCP server for Tencent IMA OpenAPI notes and knowledge base operations
Downloads
230
Readme
@mcp_link/ima-mcp
MCP server for Tencent IMA OpenAPI (notes & knowledge base).
基于官方 IMA Skill / Agent 接口 移植为独立 MCP Server(将 skill 能力封装为 MCP tools,便于在 MCP 客户端中调用)。
Credentials
通过环境变量配置:
export IMA_OPENAPI_CLIENTID="your_client_id"
export IMA_OPENAPI_APIKEY="your_api_key"或写入本地文件:
~/.config/ima/client_id
~/.config/ima/api_key开发
pnpm install # 或 npm install
pnpm run build
pnpm run typecheckMCP 配置示例
{
"name": "ima",
"serverType": "local",
"command": "node",
"args": ["/path/to/ima-mcp/dist/index.js"],
"env": {
"IMA_OPENAPI_CLIENTID": "your_client_id",
"IMA_OPENAPI_APIKEY": "your_api_key"
}
}Tools
ima_search_notesima_list_notesima_list_notebooksima_get_note_contentima_create_noteima_append_noteima_search_knowledge_basesima_get_addable_knowledge_basesima_get_knowledge_baseima_list_knowledgeima_search_knowledgeima_import_urlsima_get_media_infoima_add_note_to_knowledgeima_check_repeated_namesima_upload_file_to_knowledgeima_raw_call
