Skip to content
VS Code

NoteMCP for VS Code

io.github.jithinlalk25/notemcp

Shared Markdown notes for MCP-compatible AI tools.

client:VS Code transport:streamable-http

Install NoteMCP in VS Code

.vscode/mcp.json

{
  "servers": {
    "notemcp": {
      "type": "http",
      "url": "https://note-mcp.vercel.app/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

NoteMCP in other clients