@alaarab/ogrid-mcp
v2.7.3
Published
MCP server for OGrid documentation
Readme
@alaarab/ogrid-mcp
MCP server that lets AI editors search and retrieve OGrid documentation across all supported frameworks.
Install
Add to your editor's MCP configuration:
{
"mcpServers": {
"ogrid": { "command": "npx", "args": ["-y", "@alaarab/ogrid-mcp"] }
}
}Or run directly:
npx @alaarab/ogrid-mcpSee the OGrid docs for full documentation.
