Obelisk
Rank #5,258io.github.zachhannum/obelisk
Comment on a passage of an Obsidian note, and propose suggested edits.
Obelisk is a Model Context Protocol (MCP) server published by zachhannum. It ranks #5,258 of 132,046 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Obelisk is listed on Official MCP, with 5 tracked versions. It was first listed on Sep 2, 2026 and most recently updated on Sep 5, 2026.
Ranks ahead of 126,788 of 132,046 servers on MCP Toplist.
Use Obelisk
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add obelisk -- npx -y obelisk-mcp[mcp_servers.obelisk]
command = "npx"
args = ["-y", "obelisk-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"obelisk": {
"command": "npx",
"args": [
"-y",
"obelisk-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"obelisk": {
"command": "npx",
"args": [
"-y",
"obelisk-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"obelisk": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"obelisk-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"obelisk": {
"command": "npx",
"args": [
"-y",
"obelisk-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"obelisk": {
"command": "npx",
"args": [
"-y",
"obelisk-mcp"
]
}
}
}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.zachhannum%2Fobelisk)<a href="https://mcptoplist.com/server/io.github.zachhannum%2Fobelisk"><img src="https://mcptoplist.com/badge/io.github.zachhannum%2Fobelisk.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
zachhannum
Available versions (5)
| Version | Published |
|---|---|
| 0.2.0 | Sep 5, 2026 |
| 0.1.5 | Sep 3, 2026 |
| 0.1.4 | Sep 3, 2026 |
| 0.1.3 | Sep 3, 2026 |
| 0.1.2 | Sep 3, 2026 |
Frequently asked questions
- Who maintains Obelisk?
- Obelisk is maintained by zachhannum, which publishes 1 MCP server (5 total versions) tracked on MCP Toplist.
- Is Obelisk listed on the Official MCP Registry?
- Yes — Obelisk is listed on the Official MCP Registry.
- How many versions does Obelisk have?
- MCP Toplist tracks 5 versions of Obelisk, most recently published on Sep 5, 2026.
- Where can I find the source code for Obelisk?
- The source code for Obelisk is hosted at github.com/zachhannum/obelisk.
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.