A
securityA
licenseA
qualityA Model Context Protocol server that enables LLMs to interact with Salesforce data through SOQL queries, SOSL searches, and various API operations including record management.
Last updated -
10
53
Python
MIT License
A server that manages context for LLM interactions, storing and providing relevant context for each user.
Add a new prompt to user's context and get updated context.
Request body:
Response:
Get current context for a user.
Response:
Clear context for a user.
Response:
npm run dev
: Start development server with hot reloadnpm run build
: Build TypeScript filesnpm start
: Run built filesThis server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
A server that manages conversation context for LLM interactions, storing recent prompts and providing relevant context for each user via REST API endpoints.