Sourceright
Rank #28,312io.github.edithatogo/sourceright
Reference verification MCP server for CSL bibliographies, evidence, and audited writes.
Sourceright is a Model Context Protocol (MCP) server published by edithatogo. It ranks #28,312 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Sourceright is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on May 8, 2026 and most recently updated on May 11, 2026.
Ranks ahead of 87,148 of 115,460 servers on MCP Toplist.
Use Sourceright
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add sourceright -- docker run -i --rm ghcr.io/edithatogo/sourceright-mcp:0.1.0[mcp_servers.sourceright]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/edithatogo/sourceright-mcp:0.1.0"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"sourceright": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/edithatogo/sourceright-mcp:0.1.0"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"sourceright": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/edithatogo/sourceright-mcp:0.1.0"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"sourceright": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/edithatogo/sourceright-mcp:0.1.0"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"sourceright": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/edithatogo/sourceright-mcp:0.1.0"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"sourceright": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/edithatogo/sourceright-mcp:0.1.0"
]
}
}
}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.edithatogo%2Fsourceright)<a href="https://mcptoplist.com/server/io.github.edithatogo%2Fsourceright"><img src="https://mcptoplist.com/badge/io.github.edithatogo%2Fsourceright.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
edithatogo
Other servers by edithatogo
- FYI MCP#10,788 · 1 ver
- OSF CLI Go#16,139 · 1 ver
- MCHS NWAU Calculator#30,185 · 1 ver
- healthpoint-rs#31,114 · 1 ver
Available versions (2)
| Version | Published |
|---|---|
| 0.1.20 | May 11, 2026 |
| 0.1.0 | May 10, 2026 |
Frequently asked questions
- Who maintains Sourceright?
- Sourceright is maintained by edithatogo, which publishes 5 MCP servers (6 total versions) tracked on MCP Toplist.
- Is Sourceright listed on the Official MCP Registry?
- Yes — Sourceright is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Sourceright have?
- MCP Toplist tracks 2 versions of Sourceright, most recently published on May 11, 2026.
- Where can I find the source code for Sourceright?
- The source code for Sourceright is hosted at github.com/edithatogo/sourceright.