mcpscope
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcpscopeAdd 10 and 20"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcpscope
A simple local MCP (Model Context Protocol) server built with fastmcp.
Tools
Tool | Description | Parameters |
| 名前を受け取って挨拶を返す |
|
| 2つの整数を足し算する |
|
Requirements
Python 3.12+
Setup
# Clone the repository
git clone https://github.com/sla10132000/mcpscope.git
cd mcpscope
# Install dependencies
uv syncRunning the server
uv run python server.pyUsing with Claude Code
Add the following to your .mcp.json:
{
"mcpServers": {
"mcpscope": {
"command": "uv",
"args": ["run", "python", "server.py"],
"cwd": "/path/to/mcpscope"
}
}
}Replace /path/to/mcpscope with the actual path to your clone.
Adding new tools
Open server.py and add a decorated function:
@mcp.tool()
def your_tool(param: str) -> str:
"""ツールの説明"""
return f"result: {param}"fastmcp automatically exposes it as an MCP tool — no further registration needed.
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/sla10132000/mcpscope'
If you have feedback or need assistance with the MCP directory API, please join our Discord server