Functional Models Orm
Freeby MCP Community
A functional-models-orm datastore provider that uses the @modelcontextprotocol/sdk. Great for using models on a frontend.
v3.7.1Added Apr 12, 2026
functional-modelsormmodel context protocolmcp
Functional Models Orm MCP Server
A functional-models-orm datastore provider that uses the @modelcontextprotocol/sdk. Great for using models on a frontend.
Installation
Reviews
Installation
Quick install
npx -y functional-models-orm-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"functional-models-orm": {
"command": "npx",
"args": ["-y", "functional-models-orm-mcp"]
}
}
}