What is the Sourceright MCP server?
Reference verification MCP server for CSL bibliographies, evidence, and audited writes.
How to install Sourceright
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"sourceright": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/edithatogo/sourceright-mcp:0.1.20"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"sourceright": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/edithatogo/sourceright-mcp:0.1.20"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"sourceright": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/edithatogo/sourceright-mcp:0.1.20"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"sourceright": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/edithatogo/sourceright-mcp:0.1.20"
]
}
}
}Claude Code
claude mcp add sourceright -- docker run -i --rm ghcr.io/edithatogo/sourceright-mcp:0.1.20Related MCP servers
FYI MCP
Active
FYI request management with tools for requests, authorities, correspondence, sync, and health.
1
View repository →Python
MCHS NWAU Calculator
Active
Stdio MCP server for MCHS schemas, validation, support status, and evidence.
1
View repository →SAS
MIT
healthpoint-rs
Active
Read-only MCP server for licensed Healthpoint HL7 FHIR API access.
0
View repository →Rust
Apache-2.0
OSF CLI Go
Maintained
Read-only MCP tools for authenticated Open Science Framework projects and files.
0
View repository →Go
Apache-2.0