MCP
Interact with the Commonware Library via Model Context Protocol.
Why Connect?
Web search often returns stale or irrelevant results about code. The Commonware Library MCP server gives your AI assistant direct access to source code and documentation pinned to a specific version, so it provides accurate answers instead of hallucinating.
Claude Code
claude mcp add --transport http commonware-library https://mcp.commonware.xyz
Cursor
Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (project):
{
"mcpServers": {
"commonware-library": {
"url": "https://mcp.commonware.xyz"
}
}
}
Other Clients
Use the Streamable HTTP endpoint: https://mcp.commonware.xyz
If your AI assistant does not support MCP, you can use llms.txt to provide context manually.
Try It
Loading tools...