Forward Networks
STDIOOpen-source server for interacting with Forward Networks' platform via MCP protocol
Open-source server for interacting with Forward Networks' platform via MCP protocol
Version 2.2.0
Forward MCP is an open-source server that provides a set of tools and APIs for interacting with Forward Networks' platform. It enables automation, analysis, and integration with network data using the MCP protocol.
git clone https://github.com/forward-mcp/forward-mcp.git cd forward-mcp go build -o forward-mcp ./cmd/server
Set the following environment variables before running:
FORWARD_API_BASE_URL – Base URL for the Forward Networks APIFORWARD_API_KEY – Your Forward Networks API keyFORWARD_API_SECRET - Your Forward Networks API SecretFORWARD_DEFAULT_NETWORK_ID – (Optional) Default network IDFORWARD_INSECURE_SKIP_VERIFY – (Optional, default: false) Set to true to skip TLS verificationFORWARD_BLOOM_ENABLED – (Optional, default: true) Enable bloomsearch for large resultsFORWARD_BLOOM_THRESHOLD – (Optional, default: 100) Minimum result size to trigger bloom filter creationFORWARD_BLOOM_INDEX_PATH – (Optional, default: data/bloom_indexes) Path for bloom index storageFORWARD_LOCK_DIR – (Optional, default: /tmp) Directory for server instance lock fileRun the server:
./forward-mcp
The server will start and listen for MCP protocol messages via stdio (compatible with Claude Desktop and other MCP clients).
docs/ folder for troubleshooting, architecture, and advanced guides.docs/INSTANCE_LOCK_GUIDE.mddocs/NEW_API_FUNCTIONS.mdContributions are welcome! Please open issues or pull requests for bug fixes, features, or documentation improvements.
Portions of this project were generated or assisted by AI tools, including OpenAI GPT-4, Cursor, and Claude. All AI-generated content was reviewed and, where necessary, modified by human contributors.