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: Local Knowledge Desk

开发

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
Not graded
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.

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    An 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
  • A
    license
    Not graded
    quality
    B
    maintenance
    A knowledge base MCP server that manages notes with digestion and excretion features, supporting search, read, and stats tools.
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    A learning-oriented MCP server for managing notes, providing tools to create, list, get, update, delete, and search notes, along with resources and prompt templates.
    11

View all related MCP servers

Related MCP Connectors

  • Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.

  • Markdown-based note-taking with a hosted MCP server. Your notes serve you and your AI.

  • MCP server for accessing curated awesome list documentation

View all MCP Connectors

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