S
Semantic D1 MCP
Reference implementation of Semantic Intent patterns for Cloudflare D1 database introspection via MCP. Hexagonal architecture with 398 tests demonstrating semantic anchoring, observable properties, and domain-driven design.
Created 10/8/2025
Updated 2 months ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
npx @modelcontextprotocol/server-semantic-d1-mcp
Cursor configuration (mcp.json)
{
"mcpServers": {
"semanticintent-semantic-d1-mcp": {
"command": "npx",
"args": [
"semanticintent-semantic-d1-mcp"
]
}
}
}