Skip to main content
Glama
agileandy

MCP Secure Local Server

by agileandy

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
policyNoPath 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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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