Transport
How does the server connect?
http://localhost:3001
local http transport
claude-code client
main consumer
A server detail page is valuable when it explains what that server lets the agent world do, not only its version and latency.
This is the highest-consequence server
Why does this server deserve the detailed story?
Used broadly across inventory
Enough to shape many work patterns
Often appears before meaningful sessions
Operationally normal, strategically important
c6 detail reference
filesystem
1.0.0
stdio
local process
Claude Code
2025-03-01
Tools Exposed
The raw detail emphasizes the actual reachable tool surface.
Tool | Invocations | Error rate | Avg latency |
|---|---|---|---|
| read_file | 48 | 0.0% | 95ms |
| edit_file | 14 | 0.0% | 110ms |
| list_dir | 8 | 2.3% | 124ms |
Sessions Connected
c6 then connects the server back to real usage lanes.
User | Agent | Tool calls | Status |
|---|---|---|---|
| alice@company.com | Claude Code | 22 | active |
| carol@company.com | Claude Code | 9 | active |
| ci-runner-04 | LangChain | 4 | ended |
Key findings
Finding | Body | Operator note |
|---|---|---|
Power is the story | Filesystem matters because it grants direct access to company files, not because its latency or version are unusual. | This is the key interpretation shift. |
Shared reuse widens scope | The same surface appears in many sessions, making it part of the normal execution fabric. | That sharedness is what makes blast radius important. |
It is an internal boundary | The server turns agent intent into file access, which is a meaningful boundary even before outbound traffic appears. | That makes it useful in several investigation stories. |
Immediate actions
Server surface map
Use the map to connect one MCP server to sessions, tools, files, and trust consequences.
Focus
filesystem@1.0.0
Shared file-access surface used across meaningful sessions.
high-impact surface
Transport
How does the server connect?
http://localhost:3001
local http transport
claude-code client
main consumer
Tools
What does it expose?
read_file
high volume
list_dir
sensitive repo adjacency
Sessions
Where does it appear?
24 connected sessions
widely reused
auth repo lane
high-consequence path
Company context
Why does it matter?
config files
direct reach
secret-like files
sensitive adjacency
tool breadth
5
shared reuse
24 sessions
context risk
high
next drill
file story
Evidence bundles
Bundle | Body | Why it matters |
|---|---|---|
Transport bundle | HTTP-connected local server with a known protocol version and client association. | Good operational context, not the main reason the server matters. |
Tool bundle | Several file-oriented tools exposed from one surface. | Breadth of power is central to the story. |
Session bundle | The server appears in many of the sessions that touch sensitive repo paths. | This is why the surface belongs in the first read. |
Context bundle | Filesystem use often precedes the more visible signals in later sessions and boundary stories. | That makes it a strong explanatory hinge. |