PluginBench
MCP Server
Active
Apache-2.0

OmniSeek MCP Server

io.github.Battam1111/omniseek

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 omniseek

Related MCP servers

Agent-first cognitive substrate: 20 verbs + 50 lint dims over a self-validating graph.

63
Rust
MIT
View repository →
OmniSeek MCP Server | PluginBench