ima-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ima-mcpsearch my notes about AI"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP server for Tencent IMA OpenAPI (notes & knowledge base).
基于官方 IMA Skill / Agent 接口 移植为独立 MCP Server
Credentials
通过环境变量配置:
export IMA_OPENAPI_CLIENTID="your_client_id"
export IMA_OPENAPI_APIKEY="your_api_key"或写入本地文件:
~/.config/ima/client_id
~/.config/ima/api_keyRelated MCP server: Local Knowledge Desk
开发
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
This server cannot be deployed
Maintenance
Related MCP Connectors
An MCP server that used to create notes
MCP server for stocksense-ai documentation, generated by doc2mcp.
Google Keep-style notes app with an MCP server for AI agents to read/write notes.
MCP server for querying Forkast documentation
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAn MCP server that enables AI agents to search, read, and create notes across six note-taking platforms (Feishu, Obsidian, Notion, Yuque, OneNote, Evernote) through a single unified interface.MIT
- FlicenseAqualityBmaintenanceA local MCP server for managing Markdown notes, enabling create, list, read, search, summarize, and delete operations through natural language.61-
- AlicenseNot gradedqualityBmaintenanceA knowledge base MCP server that manages notes with digestion and excretion features, supporting search, read, and stats tools.MIT
- FlicenseNot gradedqualityCmaintenanceA learning-oriented MCP server for managing notes, providing tools to create, list, get, update, delete, and search notes, along with resources and prompt templates.5 npm-