FastAPI Architect MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| find_referencesB | Find all references to the symbol at the given position across the project. |
| rename_symbolC | Rename the symbol at the given position across all files in the project. |
| go_to_definitionA | Return the file and line where the symbol at the given position is defined. |
| get_completionsC | Return completion suggestions at the given cursor position. |
| list_routesB | List all FastAPI routes defined in a file, including those on APIRouter instances. |
| get_dependenciesC | Get the full Depends() injection tree for a FastAPI handler. |
| list_modelsC | List all Pydantic BaseModel classes defined in a file. |
| inspect_modelB | Inspect a Pydantic model: fields with types/defaults, and validators. |
| find_model_usagesC | Find all places a Pydantic model is used as a type annotation across the project. |
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/AbdessamadTzn/fastapi-architect-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server