Skip to content

Androsh7/python_fastmcp_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python FastMCP Template

Development

Install all dependencies with pip install -e .[dev]

To run the MCP server with the FastMCP debugger UI run python run_dev.py (may require additional installs)

Deployment / Usage

This repo supports twine builds using python -m build

Claude Code

The MCP server runs as a local stdio server, to access it from Claude Code run claude add mcp <MCP_SERVER_NAME> -- python -m mcp_server Then check that the MCP server is running by going to the /mcp page within Claude Code

About

Template for a FastMCP server

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

Generated from Androsh7/python_template