adhd-tasks-mcp
Verified Safeby transform-ia
Overview
Provides a GraphQL interface for managing ADHD tasks, bridging LLM agents to a Hasura/PostgreSQL backend.
Installation
go run cmd/server/main.goEnvironment Variables
- HASURA_ENDPOINT
- HASURA_ADMIN_SECRET
- HTTP_PORT
- SERVER_SHUTDOWN_TIMEOUT_SECONDS
- LOG_LEVEL
Security Notes
The code appears to be well-structured and follows standard Go practices. No 'eval' or similar dangerous patterns were found. The primary security consideration is the secure management of the HASURA_ADMIN_SECRET, which is handled via Kubernetes secrets, a good practice. The use of standard libraries and the absence of obfuscation suggest a safe codebase.
Similar Servers
rmcp
Perform sophisticated statistical analysis, econometrics, machine learning, and time series tasks using natural language conversations with AI assistants, demonstrating capabilities through a web interface.
dokku-mcp
Exposes Dokku's management capabilities through the Model Context Protocol (MCP), enabling Large Language Models (LLMs) to interact with and manage a Dokku instance.
AutotaskMCP
Manage Autotask PSA (Professional Services Automation) data, including tickets, companies, contacts, time entries, and resources, through a Claude Desktop MCP server.
KnowledgeMCP
An MCP server that enables AI coding assistants and agentic tools to leverage local knowledge through semantic search.