What is the Abscissa MCP server?
Safety-aware MCP server for Linear issues, projects, cycles, and dependencies.
How to install Abscissa
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
LINEAR_API_KEYrequiredsecretLinear personal API key used to authenticate API requests.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"abscissa": {
"command": "uvx",
"args": [
"abscissa"
],
"env": {
"LINEAR_API_KEY": "<YOUR_LINEAR_API_KEY>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"abscissa": {
"command": "uvx",
"args": [
"abscissa"
],
"env": {
"LINEAR_API_KEY": "<YOUR_LINEAR_API_KEY>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"abscissa": {
"command": "uvx",
"args": [
"abscissa"
],
"env": {
"LINEAR_API_KEY": "<YOUR_LINEAR_API_KEY>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"abscissa": {
"type": "stdio",
"command": "uvx",
"args": [
"abscissa"
],
"env": {
"LINEAR_API_KEY": "<YOUR_LINEAR_API_KEY>"
}
}
}
}Claude Code
claude mcp add abscissa --env LINEAR_API_KEY=<YOUR_LINEAR_API_KEY> -- uvx abscissaRelated MCP servers
footnote-mcp
Active
Source-grounded web research: search, extraction, verification, and browser automation.
1
View repository →Python
MIT
Web search, content extraction, PDF parsing, plus datetime and geolocation tools. No API keys.
View repository →