wigolo MCP Server
wigolo is a TypeScript MCP server for Cursor, Windsurf, VS Code with npx, uvx/pip, docker. The go-to web for your AI coding agent — local-first search, fetch, crawl & research over MCP. No API keys, no cloud, $0/query. Public beta.
How to use wigolo MCP Server
Install or run
npx wigolo init # set up the local engine — any system
npx wigolo init --agents=claude-code,cursor # …or set up + wire your day-to-day agents in one commandClient configuration
startCommand:
type: stdio
configSchema:
type: object
properties:
searchBackend:
type: string
enum:
- core
- hybrid
- searxng
default: core
description: >-
Search backend. "core" uses direct engines with local reranking
(default). "hybrid" adds an automatic fallback aggregator. "searxng"
uses the legacy aggregator only.
required: []
commandFunction: |-
(config) => ({
command: 'npx',
args: ['-y', 'wigolo', 'mcp'],
env: config.searchBackend ? { WIGOLO_SEARCH: config.searchBackend } : {}
})
Compatible clients
What is wigolo MCP Server?
wigolo is a TypeScript MCP server for Cursor, Windsurf, VS Code with npx, uvx/pip, docker. The go-to web for your AI coding agent — local-first search, fetch, crawl & research over MCP. No API keys, no cloud, $0/query. Public beta. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Tool access support
- Includes SKILL.md support
- Shell commands support
- Browser use support
- Document generation support
- OpenAI provider support
- Anthropic provider support
Available tools
Technical details
Install or run wigolo using npx. Check KnockOutEZ/wigolo for the latest setup command.
- Built for TypeScript
- Built for Node.js
- Built for Python
- Built for Docker
- Built for Rust
- Install or run with npx
- Install or run with uvx/pip
- Install or run with docker
Requirements and access
Security and permissions
Review permissions before connecting any MCP server to an agent. Pay special attention to whether it can read local files, write data, call external services, or perform destructive actions.
When to use wigolo MCP Server
- Use it for connecting agents to external tools and data.
- Use it for integrations workflows.
- Use it for coding workflows.
- Use it for data workflows.
- Use it for cursor users.
Built with
Explore related resources
Frequently asked questions
What is wigolo?
wigolo is a TypeScript MCP server for Cursor, Windsurf, VS Code with npx, uvx/pip, docker. The go-to web for your AI coding agent — local-first search, fetch, crawl & research over MCP. No API keys, no cloud, $0/query. Public beta.
Who is wigolo best for?
wigolo is best for connecting agents to external tools and data, integrations workflows, coding workflows, data workflows, cursor users.
How do I install wigolo?
Install or run wigolo using npx. Check wigolo for the latest setup command.
Is wigolo actively maintained?
wigolo may need a closer maintenance check before production use.
Auto-fetched from GitHub.