MCP SuperAssistant
Manual JSON
Edge Copilot
Gemini/Chrome
MCP SuperAssistant Chrome Extension
Note: MCP SuperAssistant acts as a bridge between browser-based LLMs and MCP servers.
It allows ChatGPT, Claude, Gemini and other web LLMs to use MCP tools.
- Install MCP SuperAssistant from the Chrome Web Store
- Click the extension icon and go to Settings
- Click Add Server and select Streamable HTTP
- Enter the configuration below:
Name: AppFrame-PIMS
URL: https://vetslivestockmanagement.com/Application/AI/MCP/MCPHandler.ashx
Type: Streamable HTTP
- Click Save and ensure the server shows as Connected
- Open ChatGPT, Claude, or another supported LLM website
- The extension will inject MCP tools - you can now ask the LLM to query PIMS!
Important: You must be logged into appFrame in the same browser session.
The MCP server uses your appFrame session for authentication.
Manual Configuration (JSON)
For MCP clients that use JSON configuration files:
{
"mcpServers": {
"appframe-pims": {
"type": "streamableHttp",
"url": "https://vetslivestockmanagement.com/Application/AI/MCP/MCPHandler.ashx",
"description": "AppFrame PIMS database access via MCP"
}
}
}
For stdio-style clients (requires proxy)
{
"mcpServers": {
"appframe-pims": {
"command": "npx",
"args": [
"mcp-remote",
"https://vetslivestockmanagement.com/Application/AI/MCP/MCPHandler.ashx"
]
}
}
}
Microsoft Edge Copilot
Current Status: Edge Copilot does not yet natively support custom MCP servers.
Use MCP SuperAssistant as a bridge to enable MCP tools in Copilot.
Workaround: MCP SuperAssistant Bridge
- Install MCP SuperAssistant in Edge (it's compatible)
- Configure the AppFrame MCP server (see SuperAssistant tab)
- When using Copilot, the extension will provide tool access
Future: Native Copilot Integration
Microsoft is developing native MCP support for Copilot. When available,
configuration may look like:
# Copilot Settings > Extensions > MCP Servers
Add Server:
Name: AppFrame-PIMS
Endpoint: https://vetslivestockmanagement.com/Application/AI/MCP/MCPHandler.ashx
Auth: Browser Session (same origin)
Google Gemini / Chrome AI
Current Status: Gemini web interface does not yet support custom MCP servers directly.
Use MCP SuperAssistant as a bridge.
For Gemini CLI (command line)
gemini mcp add appframe-pims https://vetslivestockmanagement.com/Application/AI/MCP/MCPHandler.ashx
Chrome Built-in AI (Experimental)
Chrome's built-in AI features don't yet support MCP. For now, use:
- Install MCP SuperAssistant extension
- Configure AppFrame MCP server
- Access gemini.google.com while logged into appFrame