What is the Lore Context MCP server?
Governed AI-agent memory, Evidence Ledger traces, evals, and portable context tools.
How to install Lore Context
Copy-paste configuration for popular MCP clients.
LORE_API_URLrequiredBase URL of the Lore API that the MCP server should proxy tool calls to.
LORE_API_KEYsecretOptional Lore API key when the API is configured to require authentication.
LORE_MCP_TRANSPORTMCP stdio transport implementation. Use sdk unless debugging legacy JSON-RPC mode.
{
"mcpServers": {
"lore-context-mcp": {
"command": "npx",
"args": [
"-y",
"@lore-context/server"
],
"env": {
"LORE_API_URL": "<YOUR_LORE_API_URL>",
"LORE_API_KEY": "<YOUR_LORE_API_KEY>",
"LORE_MCP_TRANSPORT": "<YOUR_LORE_MCP_TRANSPORT>"
}
}
}
}{
"mcpServers": {
"lore-context-mcp": {
"command": "npx",
"args": [
"-y",
"@lore-context/server"
],
"env": {
"LORE_API_URL": "<YOUR_LORE_API_URL>",
"LORE_API_KEY": "<YOUR_LORE_API_KEY>",
"LORE_MCP_TRANSPORT": "<YOUR_LORE_MCP_TRANSPORT>"
}
}
}
}{
"mcpServers": {
"lore-context-mcp": {
"command": "npx",
"args": [
"-y",
"@lore-context/server"
],
"env": {
"LORE_API_URL": "<YOUR_LORE_API_URL>",
"LORE_API_KEY": "<YOUR_LORE_API_KEY>",
"LORE_MCP_TRANSPORT": "<YOUR_LORE_MCP_TRANSPORT>"
}
}
}
}{
"servers": {
"lore-context-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@lore-context/server"
],
"env": {
"LORE_API_URL": "<YOUR_LORE_API_URL>",
"LORE_API_KEY": "<YOUR_LORE_API_KEY>",
"LORE_MCP_TRANSPORT": "<YOUR_LORE_MCP_TRANSPORT>"
}
}
}
}claude mcp add lore-context-mcp --env LORE_API_URL=<YOUR_LORE_API_URL> --env LORE_API_KEY=<YOUR_LORE_API_KEY> --env LORE_MCP_TRANSPORT=<YOUR_LORE_MCP_TRANSPORT> -- npx -y @lore-context/serverRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.