MCP Secure Local Server
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_toolsA | 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_categoriesA | List all available tool categories (plugins) with their tool counts. Use this to discover what capabilities are available before searching. |
| web_searchB | Search the web using DuckDuckGo. Returns titles, URLs, and snippets. |
| init_bugtrackerC | Initialize bug tracker for a project. Creates .bugtracker/ directory. |
| add_bugC | Add a new bug to the tracker. |
| get_bugC | Get a bug by ID. |
| update_bugB | Update an existing bug. Can update status, priority, tags, related_bugs. Supports note-only updates for progress tracking. |
| close_bugA | Close a bug (convenience wrapper for update_bug with status=closed). |
| list_bugsC | List bugs with optional filtering by status, priority, and tags. |
| search_bugs_globalC | Search bugs across all indexed projects. |
| configure_figma_storiesC | Configure Figma Stories plugin with API tokens and AI settings. Set FIGMA_API_TOKEN environment variable for Figma access. |
| generate_user_storiesC | Generate agile user stories from a Figma design file. Creates markdown file with stories, epics, and acceptance criteria. |
| preview_user_storiesA | Preview generated user stories without writing to file. Shows first 3 stories per epic. |
| list_figma_pagesC | List pages in a Figma file for selection. |
| get_config_statusB | 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 | |
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/agileandy/mcp-secure-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server