Alaya MCP
Rank #8,831io.github.h4x0r/alaya-mcp
MCP server providing alaya-mcp capabilities
Alaya MCP is a Model Context Protocol (MCP) server published by SecurityRonin. It ranks #8,831 of 115,460 servers tracked on MCP Toplist, and its repository has 14 GitHub stars. Alaya MCP is listed across 3 registries — Official MCP, Glama and mcp.so, with 12 tracked versions. It was first listed on Mar 16, 2026 and most recently updated on Mar 27, 2026.
Ranks ahead of 106,629 of 115,460 servers on MCP Toplist.
Use Alaya MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add alaya-mcp -e "ALAYA_LLM_API_KEY=<your ALAYA_LLM_API_KEY>" -e "ALAYA_LLM_API_URL=<your ALAYA_LLM_API_URL>" -e "ALAYA_LLM_MODEL=<your ALAYA_LLM_MODEL>" -e "ALAYA_DB=<your ALAYA_DB>" -- npx -y alaya-mcpReplace each placeholder with your own value before saving.
[mcp_servers.alaya-mcp]
command = "npx"
args = ["-y", "alaya-mcp"]
[mcp_servers.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>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.h4x0r%2Falaya-mcp)<a href="https://mcptoplist.com/server/io.github.h4x0r%2Falaya-mcp"><img src="https://mcptoplist.com/badge/io.github.h4x0r%2Falaya-mcp.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
SecurityRonin
Other servers by SecurityRonin
View all SecurityRonin servers →Available versions (12)
| Version | Published |
|---|---|
| 0.4.7 | Mar 27, 2026 |
| 0.4.6 | Mar 27, 2026 |
| 0.4.5 | Mar 24, 2026 |
| 0.4.4 | Mar 24, 2026 |
| 0.4.3 | Mar 24, 2026 |
| 0.4.2 | Mar 24, 2026 |
| 0.4.1 | Mar 24, 2026 |
| 0.4.0 | Mar 24, 2026 |
| 0.3.0 | Mar 23, 2026 |
| 0.2.6 | Mar 16, 2026 |
| 0.2.4 | Mar 16, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Alaya MCP?
- Alaya MCP is maintained by SecurityRonin, which publishes 3 MCP servers (19 total versions) tracked on MCP Toplist.
- Is Alaya MCP listed on the Official MCP Registry?
- Yes — Alaya MCP is listed on the Official MCP Registry, alongside Glama and mcp.so.
- How many versions does Alaya MCP have?
- MCP Toplist tracks 12 versions of Alaya MCP, most recently published on Mar 27, 2026.
- Where can I find the source code for Alaya MCP?
- The source code for Alaya MCP is hosted at github.com/SecurityRonin/alaya.