@kognar/nginx-manager-mcp-server
Provides tools for managing Nginx Proxy Manager resources including proxy hosts, redirection hosts, 404 hosts, streams, certificates (Let's Encrypt and custom), access lists, users, and settings via its API.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@kognar/nginx-manager-mcp-serverlist all proxy hosts"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@kognar/nginx-manager-mcp-server
MCP server que abstrai chamadas à API do Nginx Proxy Manager.
Instalação
npm install
npm run buildRelated MCP server: mcp-proxmox
Configuração
Aceita via argumentos de CLI ou variáveis de ambiente (CLI tem precedência):
flag | env | descrição |
|
| URL completa da API do NPM (use como está — não adicione porta) |
|
| email de login |
|
| senha |
npx @kognar/nginx-manager-mcp-server \
--base-url https://npm.example.com \
--email admin@example.com \
--password changemeUso com Claude Code / Desktop
Adicione no claude_desktop_config.json (ou .mcp.json):
{
"mcpServers": {
"nginx-manager": {
"command": "npx",
"args": [
"-y",
"@kognar/nginx-manager-mcp-server",
"--base-url", "https://npm.example.com",
"--email", "admin@example.com",
"--password", "changeme"
]
}
}
}Alternativa com env vars:
{
"mcpServers": {
"nginx-manager": {
"command": "npx",
"args": ["-y", "@kognar/nginx-manager-mcp-server"],
"env": {
"NPM_BASE_URL": "https://npm.example.com",
"NPM_EMAIL": "admin@example.com",
"NPM_PASSWORD": "changeme"
}
}
}
}Tools disponíveis
Proxy hosts —
npm_list_proxy_hosts,npm_get_proxy_host,npm_create_proxy_host,npm_update_proxy_host,npm_delete_proxy_host,npm_enable_proxy_host,npm_disable_proxy_hostRedirection hosts — idem com
redirection_host404 hosts — idem com
dead_hostStreams — idem com
streamCertificates —
npm_list_certificates,npm_get_certificate,npm_create_certificate_letsencrypt,npm_create_certificate_custom,npm_renew_certificate,npm_test_certificate_http_reach,npm_delete_certificateAccess lists —
npm_list_access_lists,npm_get_access_list,npm_create_access_list,npm_update_access_list,npm_delete_access_listUsers —
npm_list_users,npm_get_user,npm_get_me,npm_create_user,npm_update_user,npm_set_user_password,npm_set_user_permissions,npm_delete_userMisc —
npm_get_settings,npm_get_setting,npm_update_setting,npm_get_audit_log,npm_get_reports_hosts,npm_health
Desenvolvimento
npm run dev # executa via tsx
npm run typecheck # valida tipos sem emitirAutenticação usa POST /api/tokens com cache em memória e refresh automático 1 min antes da expiração.
Licença
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityCmaintenanceEnables management of Nginx Proxy Manager instances for configuring proxy hosts, requesting Let's Encrypt SSL certificates, and managing access lists. It allows users to control their web proxy infrastructure through natural language commands in MCP-compatible environments.503MIT
- AlicenseAqualityCmaintenanceMCP server for managing Proxmox VE clusters — provision VMs and containers, manage snapshots and backups, execute commands, browse storage, and monitor resources through natural language2513MIT
- Alicense-qualityCmaintenanceMCP server for managing Coolify instances, enabling control of applications, databases, services, servers, and more via natural language.10MIT
- Alicense-qualityCmaintenanceMCP server for managing SWAG reverse-proxy configurations, including config generation, backups, logs, and health checks. Enables managing nginx subdomain configs for SWAG through a unified action router.5MIT
Related MCP Connectors
MCP server for generating rough-draft project plans from natural-language prompts.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kognar-ai/ngnix-manager-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server