Inkdrop MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| INKDROP_LOCAL_PASSWORD | Yes | Password for the Inkdrop Local HTTP Server | |
| INKDROP_LOCAL_USERNAME | Yes | Username for the Inkdrop Local HTTP Server | |
| INKDROP_LOCAL_SERVER_URL | Yes | URL for the Inkdrop Local HTTP Server | http://localhost:19840 |
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 | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| read-noteA | Retrieve the complete contents of the note by its ID from the database. A note created from a template has a |
| read-backlinksA | Retrieve backlinks for a note — the notes that link to it.
Each result is returned as a resource link ( |
| search-notesA | List all notes that contain a given keyword.
The result does not include entire note bodies as they are truncated in 200 characters.
You have to retrieve the full note content by calling Use special qualifiers to narrow down resultsYou can use special qualifiers to get more accurate results. See the qualifiers and their usage examples:
Combine qualifiersYou can combine the filter qualifiers to refine data even more. Find notes that contain the word 'Hello' and have the 'Issue' tag. Find notes that contain the word 'Typescript,' have the 'Contribution' tag, and the 'Completed' status Search for text with spacesTo find the text that includes spaces, put the text into the double quotation marks ("): Exclude text from searchTo exclude text from the search results or ignore a specific qualifier, put the minus sign (-) before it. You can also combine the exclusions. See the examples:
Note that you can't specify excluding modifiers only without including conditions. WARNING: Make sure to enter a text to search for after the exclusion modifier.
|
| list-notesB | List all notes with specified conditions.
The result does not include entire note bodies as they are truncated in 200 characters.
You have to retrieve the full note content by calling |
| create-noteC | Create a new note in the database |
| update-noteB | Update the existing note in the database. Only the fields you provide will be updated; omitted fields remain unchanged. |
| patch-noteA | Update the body of the existing note by performing an exact string replacement. Use this tool to make partial updates to the note body without replacing the entire content. You must first read the note with |
| list-tagsA | Retrieve a list of all tags |
| read-tagC | Retrieve a single tag |
| create-tagB | Create a new tag in the database |
| update-tagA | Update the existing tag in the database. You should retrieve the existing tag with |
| list-notebooksA | Retrieve a list of all notebooks |
| read-bookB | Retrieve a single book |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| inkdrop-prompt | Instructions for using the Inkdrop MCP server effectively |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/inkdropapp/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server