What is the OmniSeek MCP server?
Your agent seeks what search can't find. A self-hosted perception MCP server.
How to install OmniSeek
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": {
"omniseek": {
"command": "python",
"args": [
"omniseek"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"omniseek": {
"command": "python",
"args": [
"omniseek"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"omniseek": {
"command": "python",
"args": [
"omniseek"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"omniseek": {
"type": "stdio",
"command": "python",
"args": [
"omniseek"
]
}
}
}Claude Code
claude mcp add omniseek -- python omniseekRelated MCP servers
Agent-first cognitive substrate: 20 verbs + 50 lint dims over a self-validating graph.
63
View repository →Rust
MIT