okfshare mcp for VS Code
io.github.megapanchamz/okfshare-mcp
Shared, versioned knowledge for AI coding agents: cited retrieval and publishing of OKF bundles.
client:VS Code
transport:stdio
runtime:npm
Install okfshare mcp in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "okfshare-token",
"description": "OKFSHARE_TOKEN",
"password": true
}
],
"servers": {
"okfshare-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@okfshare/mcp"
],
"env": {
"OKFSHARE_TOKEN": "${input:okfshare-token}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs