Fastmcp Notes — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Fastmcp Notes (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A FastMCP v3 feature showcase: a note-taking knowledge base exposed as an MCP server.
ctx.info), progress reporting (ctx.report_progress), and cross-resource reads (ctx.read_resource)ToolError for domain-specific errorsgit clone <repo-url>
cd fastmcp-notes
uv syncfastmcp run server.pyfastmcp run server.py -t streamable-http -p 8000# In another terminal, with the server running on port 8000:
python client.pyAdd to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"notes": {
"command": "uv",
"args": [
"run", "--directory", "/absolute/path/to/fastmcp-notes",
"fastmcp", "run", "server.py"
]
}
}
}Creating a note
Prompts and resources
Reading a note
server.py # MCP server -- tools, resources, prompts, lifespan, error handling
client.py # Async client demoMIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.