mcp-dnac
by robertbergman2
Overview
A simple Express.js backend server designed for basic user authentication and API status monitoring.
Installation
node server.jsEnvironment Variables
- PORT
- API_KEY
Security Notes
The server contains critically hardcoded administrator credentials (`admin`/`password123`) in `routes/auth.js`, making it highly vulnerable to unauthorized access. It also uses a hardcoded fallback for `API_KEY` in `config.js`, which is poor practice for production environments.
Similar Servers
company-docs-mcp
Transforms organizational documentation into an AI-powered knowledge base for semantic search, Q&A via chat interface, Claude Desktop, and Slack integration.
karma
A modern, dark-themed chat interface demonstrating the Karma Memory system for AI agents, enabling context-aware conversations and dynamic switching of memory retrieval and caching strategies.
gemini-daily-mcp-compressed
Provides a token-optimized API server for integrating Google Gemini CLI with applications like Claude, focusing on reducing tool schema overhead for cost efficiency.
firemcp
Enables AI agents and LLMs to securely interact with Firestore databases through a Model Context Protocol (MCP) server, offering complete CRUD and query operations.