Abscissa
Rank #18,254io.github.KazKozDev/abscissa
Safety-aware MCP server for Linear issues, projects, cycles, and dependencies.
Abscissa is a Model Context Protocol (MCP) server published by KazKozDev. It ranks #18,254 of 129,956 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Abscissa is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 2 tracked versions. It was first listed on Jul 11, 2026 and most recently updated on Jul 11, 2026.
Ranks ahead of 111,702 of 129,956 servers on MCP Toplist.
Use Abscissa
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add abscissa -e "LINEAR_API_KEY=<your LINEAR_API_KEY>" -- uvx abscissaReplace each placeholder with your own value before saving.
[mcp_servers.abscissa]
command = "uvx"
args = ["abscissa"]
[mcp_servers.abscissa.env]
LINEAR_API_KEY = "<your LINEAR_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"abscissa": {
"command": "uvx",
"args": [
"abscissa"
],
"env": {
"LINEAR_API_KEY": "<your LINEAR_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"abscissa": {
"command": "uvx",
"args": [
"abscissa"
],
"env": {
"LINEAR_API_KEY": "<your LINEAR_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"abscissa": {
"type": "stdio",
"command": "uvx",
"args": [
"abscissa"
],
"env": {
"LINEAR_API_KEY": "<your LINEAR_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"abscissa": {
"command": "uvx",
"args": [
"abscissa"
],
"env": {
"LINEAR_API_KEY": "<your LINEAR_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"abscissa": {
"command": "uvx",
"args": [
"abscissa"
],
"env": {
"LINEAR_API_KEY": "<your LINEAR_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.KazKozDev%2Fabscissa)<a href="https://mcptoplist.com/server/io.github.KazKozDev%2Fabscissa"><img src="https://mcptoplist.com/badge/io.github.KazKozDev%2Fabscissa.svg" alt="MCP Toplist: Top 25% of 129,956" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
KazKozDev
Other servers by KazKozDev
- WebOperator MCP Server#6,599 · 1 ver
- footnote-mcp#8,952 · 3 vers
- Search#27,082 · 2 vers
- Markdown Editor MCP Server#91,492
Available versions (2)
| Version | Published |
|---|---|
| 0.1.3 | Jul 11, 2026 |
| 0.1.2 | Jul 11, 2026 |
Frequently asked questions
- Who maintains Abscissa?
- Abscissa is maintained by KazKozDev, which publishes 5 MCP servers (8 total versions) tracked on MCP Toplist.
- Is Abscissa listed on the Official MCP Registry?
- Yes — Abscissa is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does Abscissa have?
- MCP Toplist tracks 2 versions of Abscissa, most recently published on Jul 11, 2026.
- Where can I find the source code for Abscissa?
- The source code for Abscissa is hosted at github.com/kazkozdev/abscissa.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.