yinxiang-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| YINXIANG_DEV_TOKEN | Yes | Developer Token,在 https://dev.yinxiang.com 申请 | |
| YINXIANG_NOTESTORE_URL | Yes | NoteStore URL,如 https://app.yinxiang.com/shard/s68/notestore |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list-notebooksA | 列出当前印象笔记账号的所有笔记本(名称与 guid)。 |
| find-notesB | 搜索笔记。可按搜索词(words)和/或笔记本(notebookGuid)过滤,返回标题等元数据。 |
| create-noteA | 创建一条笔记, content 为 Markdown(自动转 ENML)。 |
| get-noteA | 按 guid 读取一条笔记, 内容转回 Markdown。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Each tool targets a distinct operation: listing notebooks, searching notes, creating a note, and retrieving a specific note. There is no overlap or ambiguity.
All tool names follow a consistent verb-noun pattern using snake_case (list-notebooks, find-notes, create-note, get-note), making them predictable.
With 4 tools, the server covers the core notebook and note operations without being overly numerous or sparse for its purpose.
The server provides basic CRUD for notes but lacks update and delete operations for both notes and notebooks, leaving notable gaps in lifecycle coverage.