ima-mcp
Click on "Install 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: Beeper MCP Note Server
开发
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 installed
Maintenance
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/amberpepper/ima-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server