note taking ai mcp for VS Code
io.github.csoai-org/note-taking-ai-mcp
Note Taking Ai MCP Server by MEOK AI Labs
client:VS Code
transport:stdio
runtime:pypi
Install note taking ai mcp in VS Code
.vscode/mcp.json
{
"servers": {
"note-taking-ai-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"note-taking-ai-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs