supported
View MarkdownConnect Cursor to Phasoric
Complete Prepare your Phasoric vault, then use a Cursor version and workspace policy that allow remote MCP.
Configure the server
- Open
.cursor/mcp.jsonin your project, or use~/.cursor/mcp.jsonfor your user-wide configuration. - Add the following entry under the existing
mcpServersobject. Preserve any other servers:
{
"mcpServers": {
"phasoric": {
"url": "https://phasoric.com/api/mcp"
}
}
}
- Open Cursor's MCP controls and enable/connect Phasoric. Follow its OAuth prompt to sign in to Phasoric and review consent. No static client secret or provider token is needed.
- In Agent, enable the Phasoric tools and ask it to list your vaults. Read a named project note before using it to guide implementation.
Configuration locations and remote OAuth support follow Cursor's official MCP documentation. Team policy may limit which servers and tools can run. These steps target the local editor; a cloud agent's team MCP setup is a separate configuration.
Make the context explicit
Try “Read the architecture decision for this change from Phasoric. Explain the constraint before editing code.” Review any tool approvals Cursor presents. For a note update, use the Phasoric write-preview workflow; automatic execution settings do not replace Phasoric's approval requirement.