Abscissa for VS Code
io.github.kazkozdev/abscissa
Safety-aware MCP server for Linear issues, projects, cycles, and dependencies.
client:VS Code
transport:stdio
runtime:pypi
Install Abscissa in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "linear-api-key",
"description": "LINEAR_API_KEY",
"password": true
}
],
"servers": {
"abscissa": {
"type": "stdio",
"command": "uvx",
"args": [
"abscissa"
],
"env": {
"LINEAR_API_KEY": "${input:linear-api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs