MCP Server
Active
io.github.Kevinx702/agentcite MCP Server
io.github.Kevinx702/agentcite
What is the io.github.Kevinx702/agentcite MCP server?
Fabrication-free, DOI-backed citations for AI agents — real openAlex sources, never hallucinated.
How to install io.github.Kevinx702/agentcite
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": {
"agentcite": {
"command": "npx",
"args": [
"-y",
"agentcite-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"agentcite": {
"command": "npx",
"args": [
"-y",
"agentcite-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agentcite": {
"command": "npx",
"args": [
"-y",
"agentcite-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"agentcite": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agentcite-mcp"
]
}
}
}Claude Code
claude mcp add agentcite -- npx -y agentcite-mcpRelated MCP servers
Verify legal case citations against real court records; flag fake/hallucinated cites.
0
View repository →JavaScript