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-mcp

Don't have the CLI? Install it first

Run with npx

Run directly without installing

npx -y functional-models-orm-mcp

Manual 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 ![Unit Tests](https://github.com/monolithst/functional-models-orm-mcp/actions/workflows/ut.yml/badge.svg?branch=master) ![Feature Tests](https://github.com/monolithst/functional-models-orm-mcp/actions/workflows/feature.yml/badge.svg?branch=master) [![Coverage Status](https://coveralls.io/repos/github/monolithst/functional-models-orm-mcp/badge.svg?branch=master)](https://coveralls.io/github/monolithst/functional-models-orm-mcp?branch=master)

Reviews

No reviews yet. Be the first to review this package!

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