@factlayer/mcp-server
v0.7.0
Published
Exposes FactLayer's freshness checks as MCP tools (check_freshness, mark_verified, scan_mem0_freshness, scan_zep_freshness, scan_cognee_freshness).
Maintainers
Readme
@factlayer/mcp-server
Exposes FactLayer over the Model Context Protocol, so any MCP-compatible agent gets freshness-checking as a tool call: check_freshness, mark_verified, and scan_mem0_freshness.
Install
bun add @factlayer/mcp-serverUsage
Point an MCP client at the bin entry over stdio:
{
"mcpServers": {
"factlayer": {
"command": "factlayer-mcp"
}
}
}Set MEM0_API_KEY (and optionally MEM0_HOST) in the environment to use scan_mem0_freshness; check_freshness and mark_verified work against the local store without it.
See the main repo for the full architecture and how this server fits alongside @factlayer/core, @factlayer/cli, and @factlayer/adapter-mem0.
