Skip to main content
Glama
amberpepper

ima-mcp

by amberpepper

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_key

Related MCP server: Beeper MCP Note Server

开发

pnpm install   # 或 npm install
pnpm run build
pnpm run typecheck

MCP 配置示例

{
  "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_notes

  • ima_list_notes

  • ima_list_notebooks

  • ima_get_note_content

  • ima_create_note

  • ima_append_note

  • ima_search_knowledge_bases

  • ima_get_addable_knowledge_bases

  • ima_get_knowledge_base

  • ima_list_knowledge

  • ima_search_knowledge

  • ima_import_urls

  • ima_get_media_info

  • ima_add_note_to_knowledge

  • ima_check_repeated_names

  • ima_upload_file_to_knowledge

  • ima_raw_call

F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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/amberpepper/ima-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server