F
Fastmcpskill
by @4karam
MCP server by 4karam
Created 5/12/2026
Updated about 11 hours ago
README
Repository documentation and setup instructions
A skill for building an mcpserver with the fastmcp library
In your project ..agents\skills\fastmcp-server
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/4karam/fastMcpSkill
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"4karam-fastmcpskill": {
"command": "git",
"args": [
"clone",
"https://github.com/4karam/fastMcpSkill"
]
}
}
}