Skip to main content
Glama
sarthakdeshmukh0770-jpg

mcp_local_server

MCP Local Server

A local Model Context Protocol (MCP) server built with FastMCP, designed to run and serve MCP-compatible tools locally.

๐Ÿ“‹ Overview

This project provides a lightweight, local MCP server implementation that allows you to expose custom tools and resources to MCP-compatible clients (such as Claude Desktop) for local development and testing.

Related MCP server: Basic MCP

โœจ Features

  • ๐Ÿš€ Fast and lightweight local MCP server

  • ๐Ÿ”Œ Easy integration with MCP-compatible clients

  • ๐Ÿ› ๏ธ Built on top of FastMCP for rapid tool development

  • ๐Ÿ“ฆ Simple dependency management with uv

๐Ÿงฐ Requirements

  • Python >= 3.14

  • uv (recommended for dependency management)

๐Ÿ“ฆ Installation

Clone the repository:

git clone https://github.com/sarthakdeshmukh0770-jpg/mcp_local_server.git
cd mcp_local_server

Install dependencies using uv:

uv sync

๐Ÿš€ Usage

Run the server locally:

uv run main.py

๐Ÿ—‚๏ธ Project Structure

mcp_local_server/
โ”œโ”€โ”€ main.py            # Entry point for the MCP server
โ”œโ”€โ”€ test.py             # Test cases
โ”œโ”€โ”€ expenses.db          # Local database (example use case)
โ”œโ”€โ”€ pyproject.toml        # Project metadata and dependencies
โ”œโ”€โ”€ uv.lock             # Locked dependency versions
โ””โ”€โ”€ README.md            # Project documentation

๐Ÿงช Testing

Run the test suite:

uv run pytest test.py

๐Ÿค Contributing

Contributions, issues, and feature requests are welcome. Feel free to check the issues page.

๐Ÿ“„ License

This project is currently unlicensed. Add a license file if you plan to open source this project.

๐Ÿ‘ค Author

Sarthak Deshmukh ๐Ÿ“ง sarthakdeshmukh0770@gmail.com

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

โ€“Maintainers
โ€“Response time
โ€“Release cycle
โ€“Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    A lightweight framework for building and running Model Context Protocol (MCP) servers using FastMCP, providing tools for development, debugging, and server management.
    Last updated
    4
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    A simple MCP server built with FastMCP for experimentation and learning purposes. Includes basic web tools like article fetching and serves as a human-readable template for building custom MCP servers.
    Last updated
    AGPL 3.0
  • -
    license
    -
    quality
    -
    maintenance
    A basic MCP server built with FastMCP framework that provides example tools including message echoing and server information retrieval. Supports both stdio and HTTP transports for integration with various MCP clients.
    Last updated

View all related MCP servers

Related MCP Connectors

  • A basic MCP server to operate on the Postman API.

  • Primarily to be used as a template repository for developing MCP servers with FastMCP in Python, Pโ€ฆ

  • MCP server for accessing curated awesome list documentation

View all MCP Connectors

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/sarthakdeshmukh0770-jpg/mcp_local_server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server