Priority MCP Platform
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Priority MCP Platformshow me last month's sales orders"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Priority MCP Platform
מערכת MCP רב-לקוחית שמחברת Claude/AI ל-Priority ERP דרך OData, עם ממשק ניהול Web.
ארכיטקטורה
Web (Vercel) — Next.js Admin UI
MCP Server (Render) — Streamable HTTP MCP + Priority OData client
Supabase — Postgres, Auth, migrations
Claude → MCP Server (Render) → Priority OData
Admin → Web (Vercel) → Supabase + Render Internal APIRelated MCP server: MCP Server for Odoo
התחלה מהירה (מקומי)
1. התקנת תלויות
pnpm install
pnpm build2. Supabase
צור פרויקט ב-Supabase
הרץ migrations:
npx supabase link --project-ref <your-ref>
npx supabase db pushצור משתמש אדמין ב-Authentication → Users
3. משתני סביבה
העתק .env.example לכל אפליקציה:
apps/mcp-server/.env
SUPABASE_URL=
SUPABASE_SERVICE_ROLE_KEY=
ENCRYPTION_KEY= # node -e "console.log(require('crypto').randomBytes(32).toString('base64'))"
CORS_ORIGINS=http://localhost:3000
PORT=3001apps/web/.env.local
NEXT_PUBLIC_SUPABASE_URL=
NEXT_PUBLIC_SUPABASE_ANON_KEY=
RENDER_INTERNAL_API_URL=http://localhost:3001/internal
NEXT_PUBLIC_MCP_SERVER_URL=http://localhost:3001/mcp4. הרצה
pnpm devDeploy
Render (MCP Server)
חבר את ה-repo ל-Render
השתמש ב-render.yaml
הגדר env vars:
SUPABASE_URL,SUPABASE_SERVICE_ROLE_KEY,ENCRYPTION_KEY,CORS_ORIGINS
Vercel (Web)
Import הפרויקט, root directory:
apps/webהגדר env vars מ-
.env.exampleעדכן
RENDER_INTERNAL_API_URLו-NEXT_PUBLIC_MCP_SERVER_URLלכתובות Render
Supabase
הרץ migrations על הפרויקט ב-production.
חיבור Claude
בממשק הניהול → לקוח → "יצירת מפתח MCP"
הוסף ל-Claude Desktop config:
{
"mcpServers": {
"priority-mcp": {
"url": "https://<render-app>.onrender.com/mcp",
"headers": {
"Authorization": "Bearer <tenant_api_key>"
}
}
}
}MVP — Read Only
המערכת תומכת רק ב-GET OData. כל ה-tools מוגדרים כ-read_only.
מבנה הפרויקט
apps/web/ # Next.js admin
apps/mcp-server/ # MCP + Priority client + internal API
packages/shared/ # types, schemas, crypto, odata helpers
supabase/ # migrationsThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceA Model Context Protocol server that enables interaction with Microsoft Dynamics 365 CRM from Claude Desktop, allowing users to retrieve, create, and update CRM data through natural language.Last updated521MIT
- Alicense-qualityAmaintenanceAn MCP server that enables AI assistants like Claude to interact with Odoo ERP systems through natural language, allowing users to search, create, update, and manage business data in their Odoo instance.Last updated357Mozilla Public 2.0
- Flicense-qualityDmaintenanceMCP server that integrates with Microsoft Dynamics 365 Business Central, enabling querying of customers, items, and sales orders through natural language commands in Claude Desktop.Last updated10
- Flicense-qualityDmaintenanceMCP server to connect Claude with Odoo 18, enabling CRUD operations on Odoo models via natural language.Last updated2
Related MCP Connectors
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.
Official Microsoft MCP Server to query Microsoft Entra data using natural language
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/naticity1-build/ai-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server