Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
mcp-server-text-editor
Claim
by
bhouston
npm
GitHub
Developer Tools
File Systems
TypeScript
MIT License
294
4
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp-server-text-editor
test
fixtures
sample-files
test/fixtures/sample-files/test.js
test/fixtures/sample-files/test.txt
// This is a sample JavaScript file
function
greet
(
name
) {
return
`
Hello, ${
name
}!
`
;
}
const
result
=
greet
(
'
World
'
);
console
.
log
(
result
);
// This is the end of the file