MCP Server
Maintained
AGPL-3.0
io.github.MastadoonPrime/sylex-search MCP Server
io.github.MastadoonPrime/sylex-search
What is the io.github.MastadoonPrime/sylex-search MCP server?
Universal search engine for AI agents. Discover products, services, and businesses via MCP.
How to install io.github.MastadoonPrime/sylex-search
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"sylex-search": {
"command": "npx",
"args": [
"-y",
"sylex-search"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"sylex-search": {
"command": "npx",
"args": [
"-y",
"sylex-search"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"sylex-search": {
"command": "npx",
"args": [
"-y",
"sylex-search"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"sylex-search": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"sylex-search"
]
}
}
}Claude Code
claude mcp add sylex-search -- npx -y sylex-searchRelated MCP servers
io.github.MastadoonPrime/agent-memory
Maintained
Persistent, agent-owned memory with encrypted storage and shared knowledge commons.
0
View repository →TypeScript