Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| policy | No | Path to a custom security policy configuration file in YAML format. If not provided, the server runs with its built-in default policy. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_tools | Search for available tools by keyword or category. Use detail_level to control how much information is returned: 'name' for just tool names, 'summary' for names and descriptions, 'full' for complete definitions including input schemas. |
| list_categories | List all available tool categories (plugins) with their tool counts. Use this to discover what capabilities are available before searching. |
| web_search | Search the web using DuckDuckGo. Returns titles, URLs, and snippets. |
| init_bugtracker | Initialize bug tracker for a project. Creates .bugtracker/ directory. |
| add_bug | Add a new bug to the tracker. |
| get_bug | Get a bug by ID. |
| update_bug | Update an existing bug. Can update status, priority, tags, related_bugs. Supports note-only updates for progress tracking. |
| close_bug | Close a bug (convenience wrapper for update_bug with status=closed). |
| list_bugs | List bugs with optional filtering by status, priority, and tags. |
| search_bugs_global | Search bugs across all indexed projects. |
| configure_figma_stories | Configure Figma Stories plugin with API tokens and AI settings. Set FIGMA_API_TOKEN environment variable for Figma access. |
| generate_user_stories | Generate agile user stories from a Figma design file. Creates markdown file with stories, epics, and acceptance criteria. |
| preview_user_stories | Preview generated user stories without writing to file. Shows first 3 stories per epic. |
| list_figma_pages | List pages in a Figma file for selection. |
| get_config_status | Get current configuration status. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |