portolan for VS Code
io.github.fcon-tech/portolan
Portolan: an MCP server that charts codebases - Chart store, Harbor expeditions, Chart Room.
client:VS Code
transport:stdio
runtime:npm
Install portolan in VS Code
.vscode/mcp.json
{
"servers": {
"portolan": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@fcon-tech/portolan"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs