Skip to main content
Glama
n-r-w

KnowledgeGraph MCP Server

by n-r-w
code-quality.md1.01 kB
# CODE QUALITY STANDARDS Follow these development principles: ## Architecture and Design - **Clean Architecture**: Separate concerns into distinct layers (presentation, application, domain, infrastructure) - **SOLID Principles**: Single responsibility, open/closed, Liskov substitution, interface segregation, dependency inversion - **12-Factor App**: Follow 12factor.net guidelines for modern application development - **DRY Principle**: Don't repeat yourself - reduce repetition through abstractions - **KISS Principle**: Keep it simple - simplicity should be a design goal - **YAGNI Principle**: You aren't gonna need it - don't add functionality until necessary ## Code Standards - **Never delete or skip tests** - fix code instead - **Avoid magic numbers** - prefer named constants - **Create interfaces** in place of usage, not implementation - **Use dependency injection** to manage dependencies - **Favor composition over inheritance** - **Keep entities and use cases independent** of infrastructure

Latest Blog Posts

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/n-r-w/knowledgegraph-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server