Skip to content
Grok

FO Semantic MCP for Grok

io.github.xplusplusai/fo-semantic-mcp

Semantic search over 50,000+ Dynamics 365 F&O artifacts: tables, forms, classes, and more.

client:Grok transport:stdio runtime:npm

Install FO Semantic MCP in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "fo-semantic-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "fo-semantic-mcp"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

FO Semantic MCP in other clients