Skip to content
Agentic Levels

Everything starts here.

GuestLocal progress only
PreferencesSign in
01Start with one taskBest first move for beginners.02Check your LevelMeasure where you are.03Score an AI resultFind the habit to practice first.04Return to Your WorkScores, links, and checkpoints.
Start here

Begin

HomeThe main entry point.New to AIStart with one useful task.
Know where you are

Measure

Check your LevelUse this after you have tried AI.Fluency ScoreScore an AI result you can review.
Build the habit

Learn

LevelsLessonsTracks
Find the reference

Library

PromptsReferenceResourcesCompare Tools
Turn it into work

Apply

Your Next MoveChoose what AI should change next.Tool SetupGet the tools ready.
Come back later

Return

Your WorkScores, links, and checkpoints.My PathContinue from your level.Updates
Site

Site

PricingAboutFAQ & FeedbackPreferences

© 2026 Fuentes Studio

Privacy·Terms
yourCouncil
Ready to help
✦

What do you want to understand?

Ask anything about what you're learning.

← Resources

How to use MCP Reference Servers

The official reference implementations for filesystem, git, database, and browser MCP servers.

You want to give Claude access to your filesystem, a database, or a browser, but you don't know where to start building an MCP server.

L4L5
Before you startNode.js 18+ or Python 3.10+ • Claude Code with MCP support

Steps

01

Browse the server catalog and pick one that matches your need

The repo contains reference servers for: filesystem (read/write), git (repo operations), SQLite, PostgreSQL, Puppeteer browser, and more. Pick the closest match and read its README before building anything custom.

02

Add the server to your Claude Code MCP config

Each server has a configuration snippet for .claude/settings.json or your MCP config file. Add it, restart Claude Code, and verify the tool appears in your session.

Verify the server is available
I've added the [SERVER_NAME] MCP server to my Claude Code config. What tools should now be available from it? List them and demonstrate one with a simple test call.
[SERVER_NAME]MCP server name e.g. filesystem
03

Use the reference server as the base for custom extensions

The reference servers are designed to be forked and extended. Once you understand one, you have the pattern for building your own domain-specific MCP server.

How do you know it worked?

  • At least one reference server installed and showing tools in Claude Code
  • You've used a server tool in a real session and it returned correct results

If something looks off

Scope file access
File system MCP gives broad access, scope it to specific directories in the config, not your entire home folder.
Don't install all at once
Each server adds tool overhead to every session, install only what you actively use.

See also

  • FastMCP: build your own
  • Claude Code CLI

Was this helpful?

← Back to ResourcesView on GitHub