trackmcp
Back to directory
MichaelCade

kollect-mcp-server

View on GitHub

A standalone MCP server to integrate into Kollect the cloud inventory tool

0 stars GoOthers Updated Jun 27, 2025

Documentation

Kollect MCP Server (Standalone)

I have created this for test purposes as this will ideally live within the Kollect tool as another option to query data

Getting started

You will have to have Kollect up and running, if you have anything in the following endpoints then you will be able to query it using this MCP server.

/api/data

/api/snapshots

/api/costs

Claude Desktop

I have tested this with Claude Desktop and had success

You can add the following whilst making changes to the directory of the go binary.

'''

{∏

"mcpServers": {

"kollect-server": {

"command": "/Users/michaelcade/kollect-mcp-server/kollect-mcp-server",

"args": [],

"env": {}

}

}

}

'''

VS Code

cmd + shift + p opens the mcp server configuration

Notes for me

I have since forked the repository MichaelCade/mcp-go to be sure I am using my own tested code base but I have not switched this over yet. ∏

Frequently asked questions

What is kollect-mcp-server?

kollect-mcp-server is A standalone MCP server to integrate into Kollect the cloud inventory tool

How do I install kollect-mcp-server?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is kollect-mcp-server open source?

Yes — it is hosted on GitHub at https://github.com/MichaelCade/kollect-mcp-server.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP