MCP Server
Active
MIT
io.github.dir-ai/voyager-net MCP Server
io.github.dir-ai/voyager-net
What is the io.github.dir-ai/voyager-net MCP server?
A safe, read-only, authorized audit of one host you own: DNS, ports, TLS, HTTP hygiene.
How to install io.github.dir-ai/voyager-net
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": {
"voyager-net": {
"command": "npx",
"args": [
"-y",
"@dir-ai/voyager-net",
"mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"voyager-net": {
"command": "npx",
"args": [
"-y",
"@dir-ai/voyager-net",
"mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"voyager-net": {
"command": "npx",
"args": [
"-y",
"@dir-ai/voyager-net",
"mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"voyager-net": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dir-ai/voyager-net",
"mcp"
]
}
}
}Claude Code
claude mcp add voyager-net -- npx -y @dir-ai/voyager-net mcpRelated MCP servers
io.github.dir-ai/repotector
Maintained
The repo guardian AI agents handshake with before they touch your code.
0
View repository →JavaScript
MIT
io.github.dir-ai/voyager
Active
Cited, OSV-gated, injection-hardened web briefs for coding agents. Verified, never raw web.
0
View repository →TypeScript
MIT
One universal Voyager: name a goal; it activates senses (repo, net) and runs a live mission.
0
View repository →TypeScript
MIT
Voyager's web-page sense: safe read-only observation of one live URL (structure, security, a11y).
0
View repository →TypeScript
MIT
io.github.dir-ai/voyager-repo
Maintained
An AI agent's safe read-only scout to orient in an unknown repository before touching it.
0
View repository →TypeScript
MIT