MCP Prompt Server

project_architecture

Design and optimize project architectures by defining project types, technology stacks, and key features, enabling structured development workflows in Cursor/Windsurf editors.

Input Schema

NameRequiredDescriptionDefault
featuresYes项目主要功能和特性
project_typeYes项目类型(如Web应用、移动应用、API服务等)
technologiesYes使用的技术栈(如React, Node.js, Python等)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "features": { "description": "项目主要功能和特性", "type": "string" }, "project_type": { "description": "项目类型(如Web应用、移动应用、API服务等)", "type": "string" }, "technologies": { "description": "使用的技术栈(如React, Node.js, Python等)", "type": "string" } }, "required": [ "project_type", "technologies", "features" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Prompt Server

Related Tools

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/gdli6177/mcp-prompt-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server