6 months ago
A Model Context Protocol (MCP) server implementation that integrates with Onspring's API, allowing AI assistants to access and manipulate data stored in Onspring instances.
Server Config
{
"mcpServers": {
"onx-mcp-server": {
"command": "npx",
"args": [
"-y",
"@stevanfreeborn/onx-mcp-server"
],
"env": {
"ONSPRING_API_KEY": "your_onspring_api_key",
"ONSPRING_BASE_URL": "https://api.onspring.com"
}
}
}
}