{
"transport": "stdio",
"command": "/home/gmikcon/Projects/navi-1/mcp-servers/navi-web/.venv/bin/python",
"args": [
"-m",
"app.mcp_server"
],
"cwd": "/home/gmikcon/Projects/navi-1/mcp-servers/navi-web",
"env": {
"NAVI_WEB_MCP_TRANSPORT": "stdio"
},
"groups": {
"search": [
"web_search"
],
"browse": [
"web_view"
],
"request": [
"http_request"
]
},
"instructions": "Navi Web MCP server provides web search, browsing, and raw HTTP tools.\n\nUse it when the task involves:\n- searching the web for current info, docs, or real-time data;\n- opening a URL in a browser to read human-readable content;\n- making REST API calls, webhooks, or raw HTTP requests.\n\nWorkflow:\n1. search — find relevant pages or facts.\n2. view — open promising URLs to read full content.\n3. request — call APIs or services requiring headers/auth.\n\nAll three tools are stateless and work with public URLs.\nNo session_id or filesystem paths are required.\n\nABSOLUTE RULE — NEVER bypass MCP tools:\nYou MUST NOT use filesystem, terminal, code_exec, or any direct file access to read or write web content. Use only the MCP tools listed above."
}