Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generate_mcp_boilerplate | Creates a new MCP server project with all the necessary boilerplate files |
| create_tool_template | Generates template code for a new MCP tool with customizable parameters |
| create_resource_template | Generates template code for a new MCP resource |
| create_prompt_template | Generates template code for a new MCP prompt |
| save_mcp_docs | Saves MCP documentation text directly and stores it for future reference |
| search_mcp_docs | Search through stored MCP documentation for relevant information |
| get_mcp_doc_section | Get a specific section of MCP documentation by key and section title |
| generate_doc_enriched_template | Generate an MCP server template with context from the documentation |