Functional Models Orm Mcp
functional-models-orm-mcp
A functional-models-orm datastore provider that uses the @modelcontextprotocol/sdk. Great for using models on a frontend.
0 downloads
v3.7.1
Capabilities
tools
Installation
Quick Install
Install using the MCPSearch CLI (recommended)
mcp install functional-models-orm-mcpDon't have the CLI? Install it first
Run with npx
Run directly without installing
npx -y functional-models-orm-mcpManual Configuration
Add to your MCP client configuration file
CClaude Code / Claude Desktop
Add to ~/.claude/claude_desktop_config.json
{
"mcpServers": {
"functional-models-orm-mcp": {
"command": "npx",
"args": [
"-y",
"functional-models-orm-mcp"
]
}
}
}CuCursor
Add to ~/.cursor/mcp.json
{
"mcp": {
"servers": {
"functional-models-orm-mcp": {
"command": "npx",
"args": [
"-y",
"functional-models-orm-mcp"
]
}
}
}
}VSVS Code / Continue.dev
Add to .vscode/mcp.json or Continue settings
{
"mcpServers": {
"functional-models-orm-mcp": {
"command": "npx",
"args": [
"-y",
"functional-models-orm-mcp"
]
}
}
}About
# Functional Models Orm MCP


[](https://coveralls.io/github/monolithst/functional-models-orm-mcp?branch=master)
Reviews
No reviews yet. Be the first to review this package!
Quick Install
Install using the MCPSearch CLI (recommended)
mcp install functional-models-orm-mcpDon't have the CLI? Install it first
Run with npx
Run directly without installing
npx -y functional-models-orm-mcpManual Configuration
Add to your MCP client configuration file
CClaude Code / Claude Desktop
Add to ~/.claude/claude_desktop_config.json
{
"mcpServers": {
"functional-models-orm-mcp": {
"command": "npx",
"args": [
"-y",
"functional-models-orm-mcp"
]
}
}
}CuCursor
Add to ~/.cursor/mcp.json
{
"mcp": {
"servers": {
"functional-models-orm-mcp": {
"command": "npx",
"args": [
"-y",
"functional-models-orm-mcp"
]
}
}
}
}VSVS Code / Continue.dev
Add to .vscode/mcp.json or Continue settings
{
"mcpServers": {
"functional-models-orm-mcp": {
"command": "npx",
"args": [
"-y",
"functional-models-orm-mcp"
]
}
}
}Compatible With
Claude CodeCursorWindsurfContinue.dev
Details
- Version
- 3.7.1
- License
- GPLV3
- Category
- memory
- MCP Version
- 1.0
- Published
- 5/18/2025
- Updated
- 2/27/2026