Skip to main content
Glama
cebarks

spt-forge-mcp

by cebarks

spt-forge-mcp

MCP server for the SP-Tarkov Forge API. Exposes Forge endpoints as MCP tools over stdio, letting LLMs search mods, check updates, resolve dependencies, browse addons, and list SPT versions.

Setup

npm install
npm run build

Claude Code

Add to your MCP config (.claude/settings.json or global settings):

{
  "mcpServers": {
    "spt-forge": {
      "command": "node",
      "args": ["/path/to/spt-forge-mcp/dist/index.js"]
    }
  }
}

Related MCP server: mcp-cli-catalog

Tools

Tool

Description

search_mods

Full-text search and filter mods (name, category, SPT version, Fika compatibility)

get_mod

Get full details for a mod by ID

get_mod_versions

Paginated version history with dependencies

check_mod_updates

Check for updates given installed mod versions and target SPT version

resolve_mod_dependencies

Recursive dependency tree with conflict detection

search_addons

Search addons (supplemental mod content)

get_addon

Get full addon details by ID

get_addon_versions

Paginated addon version history

resolve_addon_dependencies

Recursive addon dependency tree

list_categories

List all mod categories

get_category

Get a single category by ID or slug

get_spt_versions

List SPT versions with mod counts

ping

Forge API health check

Install Server
F
license - not found
A
quality
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
    -
    quality
    D
    maintenance
    MCP server for using various search tools like Tavily API. Planning to support various search tools (i.e. wiki search, searxng, etc)
    3
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    An MCP server that publishes CLI tools on your machine for discoverability by LLMs
    14
    1
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    MCP server that exposes RESTForge capabilities to AI agents, enabling them to set up, configure, generate code, and manage RESTForge projects through natural language.
    29
    44
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    The Forge Engine runtime: a thin, MIT-licensed proxy that connects any MCP client to Forge — the design spec AI coding agents read before building and report back to. Serves the full 54-tool surface; discovery works signed out, tool calls authenticate.
    175
    MIT

View all related MCP servers

Related MCP Connectors

  • MCP server for AI dialogue using various LLM models via AceDataCloud

  • An MCP server that gives your AI access to the source code and docs of all public github repos

  • MCP server exposing the Backtest360 engine API as tools for AI agents.

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/cebarks/spt-forge-mcp'

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