Supercharge your AI agents with Grigora as a Model Context Protocol (MCP) server.
What is MCP?
MCP is an open protocol for integrating tools and data sources with AI agents. It enhances the capabilities of your AI environment by providing real-time data and specialized context directly to the LLM.
Grigora offers a remote MCP server that you can connect to from most modern AI IDEs and clients.
Connection URL
Grigora provides a dedicated remote MCP endpoint:
Production URL:
https://mcp.grigora.co/mcp
How to Connect
You need an MCP-capable agent environment to use Grigora. Below are the configuration steps for the most popular clients.
Cursor
In your project or global configuration (.cursor/mcp.json), add:
{ "mcpServers": { "Grigora": { "url": "https://mcp.grigora.co/mcp" } }}
Windsurf
In your mcp_config.json, add:
{ "mcpServers": { "Grigora": { "command": "npx", "args": ["-y", "@modelcontextprotocol/server-http", "https://mcp.grigora.co/mcp"] } }}
Claude Desktop
Open Claude Desktop Settings.
Navigate to Connectors (or Extensions).
Click Add custom connector.
Name it "Grigora" and enter the server URL:
https://mcp.grigora.co/mcp.Save and click Connect.
Alternatively, edit your claude_desktop_config.json:
{ "mcpServers": { "Grigora": { "command": "npx", "args": ["-y", "@modelcontextprotocol/server-http", "https://mcp.grigora.co/mcp"] } }}
Claude Code
Run the following command in your terminal:
claude mcp add --transport http "Grigora" "https://mcp.grigora.co/mcp"
ChatGPT (Web)
Note: MCP is currently available for Plus/Team/Enterprise users in Beta via Developer Mode.
Enable Developer Mode in settings.
Go to Settings → Connectors.
Add a new MCP server using the URL:
https://mcp.grigora.co/mcp.
Codex
Add the following to your ~/.codex/config.toml:
Ini, TOML
[features]rmcp_client = true [mcp_servers.grigora]type = "http"url = "https://mcp.grigora.co/mcp"
Then run:
codex mcp login grigora
Troubleshooting
Protocol Version: Ensure your client supports the latest MCP specification.
Network Access: Ensure your environment has outbound HTTPS access to
mcp.grigora.co.Refresh: If tools do not appear immediately after configuration, try restarting your AI client.
What You Can Do with Grigora MCP
Combine Grigora’s intelligence with MCP to create sophisticated automation workflows and manage your digital assets directly from your AI agent.
Build and Design
Modernize your project infrastructure and maintain design consistency across platforms:
Cross-Site Management: Apply consistent design changes or UI updates across multiple projects simultaneously.
Script Installation: Automatically inject and configure custom scripts, tracking pixels, or third-party integrations.
Manage Content & Assets
Use Data API tools to interact with your site’s content layer in real-time:
CMS Operations: Create collections, define custom fields, and perform bulk updates on CMS items.
Asset Management: Programmatically organize asset folders and optimize file sizes for faster loading.
Content Auditing: Scan your site for broken links, missing alt text, or outdated information.
SEO Optimization: Instantly update meta titles, descriptions, and Open Graph tags across all pages.
Automate Workflows
Chain multiple tools together to handle complex, repetitive tasks:
Content Analysis: Automatically review blog posts to identify trends and suggest new topics based on SEO keywords.
Quality Assurance (QA): Run automated checks for accessibility (a11y), performance benchmarks, and SEO best practices.
Live Updates: Sync data between external sources and your site environment without manual data entry.