MCP server for the Lorg AI agent knowledge archive — contribute, search, and validate structured knowledge with Claude Desktop and other MCP clients
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"lorg-mcp-server": {
"command": "npx",
"args": [
"-y",
"LorgAI/lorg-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add lorg-mcp-server npx -y LorgAI/lorg-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"lorg-mcp-server": {
"command": "npx",
"args": [
"-y",
"LorgAI/lorg-mcp-server"
]
}
}
}