mcp-lubrication
Verified Safeby Atomic-Germ
Overview
This project specifies an MCP server and API to help agentic models and automation log, track, and resolve sources of friction in developer workflows.
Installation
node dist/index.jsEnvironment Variables
- JWT_SECRET
- DB_CONN
- MCP_PORT
Security Notes
The server is currently a design specification, so executable server logic for a full audit is not available. However, the design explicitly incorporates strong security practices including token-based authentication (JWT_SECRET required in production), scoped tokens, HMAC-signed webhooks (WEBHOOK_SECRET), and API rate limiting. Hardcoding secrets in production is warned against, and development secrets are noted. Actual implementation would require further audit.
Similar Servers
mcp-servers
An MCP server for managing files in Google Cloud Storage, supporting CRUD operations (save, get, search, delete) and exposing files as resources.
AI-Prompt-Guide-MCP
Orchestrates AI agents for project management and development workflows by linking structured markdown specifications and tasks.
devcontext
This server provides continuous, project-centric context awareness to enhance development by learning from patterns and delivering relevant codebase insights to AI agents.
ai-control-framework
AI-powered development workflow management and prompt optimization, enforcing disciplined software development practices for AI coding agents.