Augments MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GITHUB_TOKEN | No | GitHub token for higher rate limits when fetching examples and documentation. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_api_contextA | RECOMMENDED: Get precise API signatures, parameters, return types, prose documentation, and code examples for any npm package. Handles natural language like "react useEffect cleanup" or "how to use zustand". Always try this first. |
| search_apisA | Search for APIs across multiple frameworks when you don't know the exact name. Supports concept search like 'state management' which matches useState, createStore, atom, etc. |
| get_version_infoA | Get version info, available versions, and breaking change detection for any npm package. Now includes actual breaking changes and new features from changelogs. |
| get_migration_guideA | Get a detailed migration guide between package versions. Returns breaking changes, new features, deprecations, type diffs, and official migration docs. |
| diagnose_errorA | Diagnose an error message or stack trace. Matches against known error patterns, searches GitHub issues, and finds relevant documentation. |
| compare_packagesA | Compare npm packages side-by-side: downloads, bundle size, dependencies, GitHub stars, exported APIs. Great for choosing between alternatives. |
| scan_project_depsC | Scan project dependencies for outdated packages, major updates, deprecated packages, and security advisories. Reads package.json. |
| diagnosticsA | Get server health information: version, uptime, memory usage, cache statistics, and Node.js version. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| frameworks |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/augmnt/augments-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server