Loading MCP server directory, please wait...
Agent-native notes, tasks, dev-docs, vaults, sync & handoffs. MCP + OpenAPI dual surface.
npx @getmcp/cli add io.github.seunghan91/ainoteRequires Node.js 18+. Community-contributed server. Review source before installing.
AINOTE_API_KEY64-character ainote MCP key. Issue one via `npx @ainote/mcp signup` (RFC 8628 device flow), or in a Claude session by calling signup_and_get_key, or at https://app.ainote.dev -> Settings -> MCP keys.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.seunghan91/ainote": {
"command": "npx",
"args": [
"-y",
"@ainote/mcp"
],
"env": {
"AINOTE_API_KEY": ""
}
}
}
}