Skip to main content
Glama
plasmacat420

MCP Server Toolkit

by plasmacat420

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ROOT_DIRNoRoot directory for filesystem operations to prevent path traversal

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
read_fileA

Read a text file and return its content with line numbers.

search_filesB

Search for files matching a glob pattern inside a directory.

web_searchA

Search the web using DuckDuckGo's free API (no API key required).

query_sqliteA

Execute a SELECT query against a SQLite database file.

Only SELECT statements are permitted; any other statement type returns an error without touching the database.

list_tablesB

List all user-defined tables in a SQLite database.

get_system_infoA

Return a snapshot of the host system's resource usage and identity.

Returns: Dict with keys os, os_version, python_version, cpu_count, memory_gb, memory_used_pct, disk_free_gb, hostname, and uptime_hours, or {"error": message} on failure.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/plasmacat420/mcp-server-toolkit'

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