Skills / MCP
Expose Skills-folder notes as MCP tools for Cursor and other clients.
Keep coding rules, playbooks, and domain knowledge in a Skills folder. Cursor and other editors load them through MCP tools—list, get, and search—straight into the model context.
Skills folder convention
Notes under the workspace-root Skills folder are AI skills. No tags or schema needed.
Call from Cursor via MCP
Mode A: live API. Mode B: CLI sync + local stdio. Same tool surface either way.
Agents as a secondary exit
Ship the same notes as Knowledge Agents to web chat, API, Slack, and Discord.
Skills + MCP sample
01:14 AM · cursor mcp
Skills source
Skills
PR format, auth rules, review checklist—nested.
MCP tools
Edit a skill note in Midnote; Cursor picks it up through MCP.
Direct API stays live. Local sync stays fast offline.
Optionally deploy the same tree as an internal agent.
list_skills
Return skill ids, titles, and paths under Skills.
get_skill
Load full markdown for a skill into the prompt.
search_skills
Find relevant rules and playbooks by query.
Core capabilities
Expose Skills-folder notes as MCP tools for Cursor and other clients.
Use mcp_ tokens for live reads, or midnote skills sync with local stdio.
Ship the same markdown to web chat, API, Slack, and Discord agents.
Structure skills and knowledge as parent-child notes; sync via CLI too.
Why Midnote
Cursor rules and copy-paste go stale. Midnote keeps Skills editable on the web and reachable over MCP.
Skills-as-Context
Notes are the skill/context source. Stop dual-managing rules.
Developer-native workflow
One markdown source for MCP, CLI sync, and agent shipping.
STEP 01
workflowCreate a root Skills folder and add rules/playbooks as child notes.
STEP 02
workflowIssue an mcp_ token in settings for Cursor, or run skills sync locally.
STEP 03
workflowIn Agent mode, search_skills / get_skill. Edits show up on the next turn.
Start now
Create a Skills folder, issue a token, and wire Cursor in minutes.