io.github.SecurityRonin/alaya-mcp MCP Server
io.github.SecurityRonin/alaya-mcp
What is the io.github.SecurityRonin/alaya-mcp MCP server?
Local memory engine for AI agents with knowledge graphs, forgetting, and semantic recall
How to install io.github.SecurityRonin/alaya-mcp
Copy-paste configuration for popular MCP clients.
ALAYA_LLM_API_KEYsecretAPI key for auto-consolidation (enables LLM-powered knowledge extraction)
ALAYA_LLM_API_URLOpenAI-compatible chat completions endpoint
ALAYA_LLM_MODELModel name (e.g. gpt-4o-mini, haiku, gemini-flash)
ALAYA_DBPath to SQLite database
{
"mcpServers": {
"alaya-mcp": {
"command": "npx",
"args": [
"-y",
"alaya-mcp"
],
"env": {
"ALAYA_LLM_API_KEY": "<YOUR_ALAYA_LLM_API_KEY>",
"ALAYA_LLM_API_URL": "<YOUR_ALAYA_LLM_API_URL>",
"ALAYA_LLM_MODEL": "<YOUR_ALAYA_LLM_MODEL>",
"ALAYA_DB": "<YOUR_ALAYA_DB>"
}
}
}
}{
"mcpServers": {
"alaya-mcp": {
"command": "npx",
"args": [
"-y",
"alaya-mcp"
],
"env": {
"ALAYA_LLM_API_KEY": "<YOUR_ALAYA_LLM_API_KEY>",
"ALAYA_LLM_API_URL": "<YOUR_ALAYA_LLM_API_URL>",
"ALAYA_LLM_MODEL": "<YOUR_ALAYA_LLM_MODEL>",
"ALAYA_DB": "<YOUR_ALAYA_DB>"
}
}
}
}{
"mcpServers": {
"alaya-mcp": {
"command": "npx",
"args": [
"-y",
"alaya-mcp"
],
"env": {
"ALAYA_LLM_API_KEY": "<YOUR_ALAYA_LLM_API_KEY>",
"ALAYA_LLM_API_URL": "<YOUR_ALAYA_LLM_API_URL>",
"ALAYA_LLM_MODEL": "<YOUR_ALAYA_LLM_MODEL>",
"ALAYA_DB": "<YOUR_ALAYA_DB>"
}
}
}
}{
"servers": {
"alaya-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"alaya-mcp"
],
"env": {
"ALAYA_LLM_API_KEY": "<YOUR_ALAYA_LLM_API_KEY>",
"ALAYA_LLM_API_URL": "<YOUR_ALAYA_LLM_API_URL>",
"ALAYA_LLM_MODEL": "<YOUR_ALAYA_LLM_MODEL>",
"ALAYA_DB": "<YOUR_ALAYA_DB>"
}
}
}
}claude mcp add alaya-mcp --env ALAYA_LLM_API_KEY=<YOUR_ALAYA_LLM_API_KEY> --env ALAYA_LLM_API_URL=<YOUR_ALAYA_LLM_API_URL> --env ALAYA_LLM_MODEL=<YOUR_ALAYA_LLM_MODEL> --env ALAYA_DB=<YOUR_ALAYA_DB> -- npx -y alaya-mcpRelated 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.