A universal MCP server that connects any REST API to AI assistants (Claude, Cursor, etc.) via OpenAPI or Postman specs. Features GraphQL-style field selection, automatic schema inference, mutation support, and smart query suggestions.
Stars
5
Forks
1
Watchers
5
Open Issues
0
Overall repository health assessment
^1.12.0^5.3.5^16.10.0^4.1.0^3.25.0^4.0.9^22.0.0^5.7.0^4.0.1839
commits
Fix review issues: async bug, stale tool references, unused imports
cc7b4bdView on GitHubRestructure MCP tools: inspect_api, query_api (GET-only), mutate_api
2008aacView on GitHubAdd JSON Patch module (RFC 6902 subset: add/remove/replace)
ec87db7View on GitHubRemove dead code: truncateToTokenBudget, findPrimaryArrayKey, clearTokens
c1a6692View on GitHubIntegrate unlimited mode, array shrinkage checks, and 10k safety limit
2b160fcView on GitHubOverhaul token budget with three-mode dispatch and deep array truncation
dba0abaView on GitHubAdd unlimited mode, _count siblings, and collectArrayLengths to GraphQL schema
a2423b3View on GitHubAdd storedAt tracking and graceful error handling to data cache
0b71e26View on GitHubUse lenient GraphQL validation to allow unknown fields and subfields on empty arrays
a123dceView on GitHubAdd safe write operations: bodyFile, pre-write backup, placeholder detection
6a74f89View on GitHub