Skip to main content
Glama
ml-pranav

fe4-oracle-readonly

by ml-pranav

FE4 database read-only Cursor plugins

Monorepo for team-shareable Cursor plugins that give agents pinned, read-only access to FE4 databases.

Project

Status

Path

FE4 Oracle Read-Only

Ready

fe4-oracle-readonly/

FE4 SQL Server Read-Only

Ready

fe4-sqlserver-readonly/

Each plugin is a separate installable project (own install.ps1, rules, hooks, MCP). They share this repo for convenience only — installing one does not install the other.

Quick start

Oracle:

cd fe4-oracle-readonly
powershell -ExecutionPolicy Bypass -File .\install.ps1

See fe4-oracle-readonly/README.md.

SQL Server:

cd fe4-sqlserver-readonly
powershell -ExecutionPolicy Bypass -File .\install.ps1

See fe4-sqlserver-readonly/README.md.

Repo layout

fe4-oracle-readonly/       # Oracle plugin (Cursor local plugin + user MCP)
fe4-sqlserver-readonly/    # SQL Server plugin (Cursor local plugin + user MCP)
.gitignore
README.md                  # this file

Do not commit runtime/, secrets.local, or .venv/ from either project.

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/ml-pranav/fe4-db-readonly'

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