FO Semantic MCP for Cursor
io.github.xplusplusai/fo-semantic-mcp
Semantic search over 50,000+ Dynamics 365 F&O artifacts: tables, forms, classes, and more.
client:Cursor
transport:stdio
runtime:npm
Install FO Semantic MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"fo-semantic-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"fo-semantic-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs